diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-11 12:27:29 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-11 12:27:29 -0500 |
| commit | de88fa37fb16c49eef2146b43322d2937eaaf290 (patch) | |
| tree | 3aff5e6887b384d7b4ccf4343f6ca3c7ebd86f2a /supervisor/flash_root_pointers.h | |
| parent | 061d5910cb6e6eecda70a7a7a5320a414e8b3b9e (diff) | |
| parent | 15e97f12a1be8b2aa625b59d127b6d1db530a18b (diff) | |
Merge remote-tracking branch 'adafruit/main' into esp32s2-i2c-bug
Diffstat (limited to 'supervisor/flash_root_pointers.h')
| -rw-r--r-- | supervisor/flash_root_pointers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/flash_root_pointers.h b/supervisor/flash_root_pointers.h index 634ae58d3..a426b9c4e 100644 --- a/supervisor/flash_root_pointers.h +++ b/supervisor/flash_root_pointers.h @@ -26,7 +26,7 @@ #ifndef MICROPY_INCLUDED_SUPERVISOR_FLASH_ROOT_POINTERS_H #define MICROPY_INCLUDED_SUPERVISOR_FLASH_ROOT_POINTERS_H -#ifdef EXTERNAL_FLASH_DEVICE_COUNT +#ifdef EXTERNAL_FLASH_DEVICES #include "supervisor/shared/external_flash/external_flash_root_pointers.h" #else #include "supervisor/internal_flash_root_pointers.h" |
