Use USE_FLASH instead of USE_FLASHFS to protect flash pg

This commit is contained in:
jflyper 2018-10-22 02:43:46 +09:00
parent 70723bdcfe
commit b9fae3a02a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "platform.h"
#ifdef USE_FLASHFS
#ifdef USE_FLASH
#include "drivers/bus_spi.h"
#include "drivers/io.h"