Use USE_FLASH instead of USE_FLASHFS to protect flash pg
This commit is contained in:
parent
70723bdcfe
commit
b9fae3a02a
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_FLASHFS
|
||||
#ifdef USE_FLASH
|
||||
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/io.h"
|
||||
|
|
Loading…
Reference in New Issue