István Cserny / WakeUp_STM32

Dependents:   Lab04_Check_StandBy_os2 Lab04_wakeup_STM32

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))