diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-13 15:49:09 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-13 15:49:09 -0400 |
commit | a5850b450733141f320a817c523b85dff49f52eb (patch) | |
tree | c99fe063f3d1274377be74baa85c748b766b40d4 /stm-init.h | |
parent | 1cb09aab17066f72c6f439e23741bcd23c8408de (diff) |
Only the HSM project needs the RTOS; most of the test projects can use the STM32 HAL code directly.
Diffstat (limited to 'stm-init.h')
-rw-r--r-- | stm-init.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |