[Bsp][STM32F4xx_HAL]Fix hal_conf.h to include rtthread.h

This commit is contained in:
uestczyh222 2017-11-18 14:21:53 +08:00
parent 327b8015d2
commit d2076cbb64

View File

@ -42,7 +42,7 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#include "board.h" #include <rtthread.h>
/* Exported types ------------------------------------------------------------*/ /* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/