diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-05-02 13:07:51 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-05-02 13:07:51 -0400 |
commit | 9b381ef6ae36844e32452047b05b01f15893a2dc (patch) | |
tree | 8394c04b96f625dec258385c529f9aeae03d7483 /Smol Watch Project/My Project/atmel_start.h | |
parent | 68bada3006a627e704680c0161f597e585b37e7f (diff) | |
download | Sensor-Watch-9b381ef6ae36844e32452047b05b01f15893a2dc.tar.gz Sensor-Watch-9b381ef6ae36844e32452047b05b01f15893a2dc.tar.bz2 Sensor-Watch-9b381ef6ae36844e32452047b05b01f15893a2dc.zip |
WIP timer wakeup stuff
Diffstat (limited to 'Smol Watch Project/My Project/atmel_start.h')
-rw-r--r-- | Smol Watch Project/My Project/atmel_start.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Smol Watch Project/My Project/atmel_start.h b/Smol Watch Project/My Project/atmel_start.h index 01435cc9..0de62f52 100644 --- a/Smol Watch Project/My Project/atmel_start.h +++ b/Smol Watch Project/My Project/atmel_start.h @@ -6,7 +6,6 @@ extern "C" { #endif #include "driver_init.h" -#include "sleep_manager_main.h" /** * Initializes MCU, drivers and middleware in the project |