From 34945d78e933fc62bedcc975e88be02a0b7fcc2e Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 2 Aug 2021 13:48:35 -0400 Subject: major project reorg, move library one level up --- Smol Watch Project/My Project/atmel_start.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Smol Watch Project/My Project/atmel_start.h (limited to 'Smol Watch Project/My Project/atmel_start.h') 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 -- cgit v1.2.3