4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 02:50:26 +08:00

[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
extern "C" {
#endif
#include "board.h"
#include <rtthread.h>
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/