소스 검색

[bsp][stm32f407-explorer] 重命名sram_port.h为drv_sram.h

Meco Man 4 년 전
부모
커밋
dc55b1e19c
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/stm32/stm32f407-atk-explorer/board/ports/drv_sram.c
  2. 0 0
      bsp/stm32/stm32f407-atk-explorer/board/ports/drv_sram.h

+ 1 - 1
bsp/stm32/stm32f407-atk-explorer/board/ports/drv_sram.c

@@ -13,7 +13,7 @@
 #include <board.h>
 
 #ifdef BSP_USING_SRAM
-#include <sram_port.h>
+#include "drv_sram.h"
 
 #define DRV_DEBUG
 #define LOG_TAG             "drv.sram"

+ 0 - 0
bsp/stm32/stm32f407-atk-explorer/board/ports/sram_port.h → bsp/stm32/stm32f407-atk-explorer/board/ports/drv_sram.h