Browse Source

[bsp][stm32]fix stm32f469 sdram not enable problem.

Rbb666 1 year ago
parent
commit
8b5831cb64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_sdram.c

+ 1 - 0
bsp/stm32/libraries/HAL_Drivers/drivers/drv_sdram.c

@@ -9,6 +9,7 @@
  */
  */
 
 
 #include <board.h>
 #include <board.h>
+#include <rtthread.h>
 
 
 #ifdef BSP_USING_SDRAM
 #ifdef BSP_USING_SDRAM
 #include <sdram_port.h>
 #include <sdram_port.h>