diff options
| author | FBSeletronica <fs.embarcados@gmail.com> | 2021-03-09 13:55:20 -0300 |
|---|---|---|
| committer | FBSeletronica <fs.embarcados@gmail.com> | 2021-03-09 13:55:20 -0300 |
| commit | c6eb3f98be0fca671b6bbb21de27faa059f86a71 (patch) | |
| tree | ecc93745e2848353caeab11817f9b13defb799a1 /supervisor/flash_root_pointers.h | |
| parent | 27703f3156bc8352af8b9d8d72ffa0777d2c8eba (diff) | |
Fixing build.yml
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" |
