summaryrefslogtreecommitdiff
path: root/project/Core/Inc/SysClock.h
diff options
context:
space:
mode:
Diffstat (limited to 'project/Core/Inc/SysClock.h')
-rw-r--r--project/Core/Inc/SysClock.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/project/Core/Inc/SysClock.h b/project/Core/Inc/SysClock.h
deleted file mode 100644
index 338ec88..0000000
--- a/project/Core/Inc/SysClock.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __NUCLEO476_CLOCK_H
-#define __NUCLEO476_CLOCK_H
-
-#include "stm32l476xx.h"
-
-void System_Clock_Init(void);
-
-#endif /* __NUCLEO476_CLOCK_H */
-
-
-