From a5850b450733141f320a817c523b85dff49f52eb Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 13 Jun 2016 15:49:09 -0400 Subject: Only the HSM project needs the RTOS; most of the test projects can use the STM32 HAL code directly. --- stm-init.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'stm-init.h') 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 */ -- cgit v1.2.3