Merge pull request #6965 from jflyper/bfdev-fix-bad-conditional-in-flash-pg

FLASH: Use USE_FLASH instead of USE_FLASHFS to protect flash pg
This commit is contained in:
Michael Keller 2018-11-25 12:48:17 +13:00 committed by GitHub
commit 4b60befd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"