aboutsummaryrefslogtreecommitdiff
path: root/stm-init.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm-init.h')
-rw-r--r--stm-init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/stm-init.h b/stm-init.h
index dd19311..252485d 100644
--- a/stm-init.h
+++ b/stm-init.h
@@ -35,7 +35,6 @@
#ifndef __STM_INIT_H
#define __STM_INIT_H
-#include "cmsis_os.h"
#include "stm32f4xx_hal.h"
/* Macros used to make GPIO pin setup (in stm-init.c) easier */
@@ -60,6 +59,4 @@
extern void stm_init(void);
extern void Error_Handler(void);
-#define HAL_Delay osDelay
-
#endif /* __STM_INIT_H */