[bsp][stm32f407-explorer] 重命名sram_port.h为drv_sram.h
This commit is contained in:
parent
6d57515316
commit
dc55b1e19c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue