diff options
Diffstat (limited to 'Smol Watch Project/My Project/sleep_manager_main.h')
-rw-r--r-- | Smol Watch Project/My Project/sleep_manager_main.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Smol Watch Project/My Project/sleep_manager_main.h b/Smol Watch Project/My Project/sleep_manager_main.h deleted file mode 100644 index 41857a78..00000000 --- a/Smol Watch Project/My Project/sleep_manager_main.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Code generated from Atmel Start. - * - * This file will be overwritten when reconfiguring your Atmel Start project. - * Please copy examples or other code you want to keep to a separate file or main.c - * to avoid loosing it when reconfiguring. - */ -#ifndef SLEEP_MANAGER_MAIN_H -#define SLEEP_MANAGER_MAIN_H - -#ifdef __cplusplus -extern "C" { -#endif // __cplusplus - -#include <sleep_manager.h> - -void sleep_manager_init(void); - -#ifdef __cplusplus -} -#endif // __cplusplus - -#endif // SLEEP_MANAGER_MAIN_H |