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

This commit is contained in:
Meco Man 2021-05-10 16:49:02 +08:00
parent 6d57515316
commit dc55b1e19c
2 changed files with 1 additions and 1 deletions

View File

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