Use the RTC for the low power ticker on L073RZ

Due to a bug the LPTIM peripheral can cause interrupts to fire at the
wrong time on the NUCLEO_L073RZ. This patch switches the backend
of the low power ticker to the RTC until this bug is addressed.
pull/9785/head
Russ Butler 2019-02-28 10:09:50 -06:00
parent d901c51056
commit 4bead9220d
1 changed files with 1 additions and 1 deletions

View File

@ -3127,7 +3127,7 @@
},
"lpticker_lptim": {
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
"value": 1
"value": 0
}
},
"macros_add": [