Browse Source

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

uestczyh222 7 years ago
parent
commit
d2076cbb64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h

+ 1 - 1
bsp/stm32f40x_HAL/drivers/stm32f4xx_hal_conf.h

@@ -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 --------------------------------------------------------*/