Updated libopencm3 to current master. Made all examples compile again.
Be specifically careful with the usb examples. There is likely some breakage to be expected, not sure I updated all the drivers to the correct types for the respective chips.
This commit is contained in:
@@ -108,7 +108,7 @@ int main(void)
|
||||
* Otherwise enable it with the LSE as clock source and 0x7fff as
|
||||
* prescale value.
|
||||
*/
|
||||
rtc_auto_awake(LSE, 0x7fff);
|
||||
rtc_auto_awake(RCC_LSE, 0x7fff);
|
||||
|
||||
/* The above mode will not reset the RTC when you press the RST button.
|
||||
* It will also continue to count while the MCU is held in reset. If
|
||||
|
||||
Reference in New Issue
Block a user