From d2076cbb6476669d6d42c4e15a207d6712a6f22a Mon Sep 17 00:00:00 2001 From: uestczyh222 Date: Sat, 18 Nov 2017 14:21:53 +0800 Subject: [PATCH] [Bsp][STM32F4xx_HAL]Fix hal_conf.h to include rtthread.h --- bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h b/bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h index abd48802cf..6384d902b8 100644 --- a/bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h +++ b/bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h @@ -42,7 +42,7 @@ #ifdef __cplusplus extern "C" { #endif -#include "board.h" +#include /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ -- GitLab