summaryrefslogtreecommitdiff
path: root/supervisor/shared
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-03-23 15:18:29 -0400
committerGitHub <noreply@github.com>2021-03-23 15:18:29 -0400
commitc81007afb098f51c2ab8694720a22d47da0a016e (patch)
treec17dc44798b924e91ebf97451e5dd7fa80e60c06 /supervisor/shared
parentf8cea3ba3b650607608f27e5c6d415e667f6dcd0 (diff)
parent36edc4bb89a01d3dcb5d7694dc889c91ddbdf50b (diff)
Merge pull request #4446 from tannewt/rp2040_flash
Switch RP2040 flash settings to nvm.toml
Diffstat (limited to 'supervisor/shared')
-rw-r--r--supervisor/shared/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/memory.c b/supervisor/shared/memory.c
index 83c9d6323..30482ea7b 100644
--- a/supervisor/shared/memory.c
+++ b/supervisor/shared/memory.c
@@ -36,7 +36,7 @@ enum {
CIRCUITPY_SUPERVISOR_IMMOVABLE_ALLOC_COUNT =
// stack + heap
2
- #ifdef EXTERNAL_FLASH_DEVICES
+ #if INTERNAL_FLASH_FILESYSTEM == 0
+ 1
#endif
#if CIRCUITPY_USB_MIDI