summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/atmel_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smol Watch Project/My Project/atmel_start.h')
-rw-r--r--Smol Watch Project/My Project/atmel_start.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Smol Watch Project/My Project/atmel_start.h b/Smol Watch Project/My Project/atmel_start.h
deleted file mode 100644
index 0de62f52..00000000
--- a/Smol Watch Project/My Project/atmel_start.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef ATMEL_START_H_INCLUDED
-#define ATMEL_START_H_INCLUDED
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include "driver_init.h"
-
-/**
- * Initializes MCU, drivers and middleware in the project
- **/
-void atmel_start_init(void);
-
-#ifdef __cplusplus
-}
-#endif
-#endif