Просмотр исходного кода

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

uestczyh222 8 лет назад
Родитель
Сommit
d2076cbb64
1 измененных файлов с 1 добавлено и 1 удалено
  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
  extern "C" {
 #endif
-#include "board.h"
+#include <rtthread.h>
 /* Exported types ------------------------------------------------------------*/
 /* Exported constants --------------------------------------------------------*/