Pico flash size bytes (#159)

* Move PICO_FLASH_SIZE_BYTES out of platform_defs.h since it precedes board config; also default to -1 for unknown

* make default for PICO_FLASH_SIZE_BYTES undefined - i.e. no value
This commit is contained in:
Graham Sanderson
2021-02-25 11:01:01 -06:00
committed by graham sanderson
parent 0d789c9b54
commit 743dbabdec
2 changed files with 16 additions and 15 deletions

View File

@ -46,9 +46,5 @@
#endif
#endif
#ifndef PICO_FLASH_SIZE_BYTES
#define PICO_FLASH_SIZE_BYTES (2 * 1024 * 1024)
#endif
#endif