summaryrefslogtreecommitdiff
path: root/supervisor/flash.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-03-11 12:27:29 -0500
committerDan Halbert <halbert@halwitz.org>2021-03-11 12:27:29 -0500
commitde88fa37fb16c49eef2146b43322d2937eaaf290 (patch)
tree3aff5e6887b384d7b4ccf4343f6ca3c7ebd86f2a /supervisor/flash.h
parent061d5910cb6e6eecda70a7a7a5320a414e8b3b9e (diff)
parent15e97f12a1be8b2aa625b59d127b6d1db530a18b (diff)
Merge remote-tracking branch 'adafruit/main' into esp32s2-i2c-bug
Diffstat (limited to 'supervisor/flash.h')
-rw-r--r--supervisor/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/flash.h b/supervisor/flash.h
index cd69cbfa9..289c76c2d 100644
--- a/supervisor/flash.h
+++ b/supervisor/flash.h
@@ -31,7 +31,7 @@
#include "py/mpconfig.h"
-#ifdef EXTERNAL_FLASH_DEVICE_COUNT
+#ifdef EXTERNAL_FLASH_DEVICES
#include "supervisor/shared/external_flash/external_flash.h"
#else
#include "supervisor/shared/internal_flash.h"