aboutsummaryrefslogtreecommitdiff
path: root/include/stm-init.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-11-11 14:46:28 -0500
committerPaul Selkirk <paul@psgd.org>2015-11-11 14:46:28 -0500
commit4c6b056b8467bb6513224527ff3120ef905de397 (patch)
treebb2cc71ae6931dce7327af54b17f42591aa16f75 /include/stm-init.h
parentdf8f45c0d06e64b3901f1cce4e74cbde038737f2 (diff)
Lots of cleanup.
Clean up and simplify(?) Makefile. Add copyrights as needed. Add include guard to stm-fmc.h. Move MX_USART2_UART_Init back to stm-init.c for possible copyright reasons. Move libc, src, and include files to top level.
Diffstat (limited to 'include/stm-init.h')
-rw-r--r--include/stm-init.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/stm-init.h b/include/stm-init.h
deleted file mode 100644
index fdf7dd0..0000000
--- a/include/stm-init.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __STM_INIT_H
-#define __STM_INIT_H
-
-#include "stm32f4xx_hal.h"
-
-extern void stm_init(void);
-extern void Error_Handler(void);
-
-#endif /* __STM_INIT_H */