From 26f12903dab2fafeaaefb02349763618ce96d070 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 26 Oct 2015 15:18:58 -0400 Subject: Based on user/ft/stm32-dev-bridge, without the project-specific build directories (and duplicated code). --- include/stm-init.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/stm-init.h (limited to 'include/stm-init.h') diff --git a/include/stm-init.h b/include/stm-init.h new file mode 100644 index 0000000..fdf7dd0 --- /dev/null +++ b/include/stm-init.h @@ -0,0 +1,9 @@ +#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 */ -- cgit v1.2.3