Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Lab04_Check_StandBy_os2 Lab04_wakeup_STM32
Diff: WakeUp_STM32.cpp
- Revision:
- 2:502051beeb95
- Parent:
- 0:abaa4fd0c727
--- a/WakeUp_STM32.cpp Thu Mar 12 09:27:30 2020 +0000 +++ b/WakeUp_STM32.cpp Thu Nov 11 14:35:19 2021 +0000 @@ -29,7 +29,7 @@ || defined(TARGET_NUCLEO_L073RZ)\ || defined(TARGET_NUCLEO_L152RE) -#include "WakeUp.h" +#include "WakeUp_STM32.h" #include "rtc_api.h" #define BYTE2BCD(byte) ((byte % 10) | ((byte / 10) << 4))