Added flash size for Tiny2040

This commit is contained in:
ZodiusInfuser 2021-02-23 10:43:35 +00:00 committed by GitHub
parent 52f2fd6d53
commit ca9b7debe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
#define MICROPY_HW_USER_SW (&pin_GPIO23)
#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)
// These pins are unconnected
#define IGNORE_PIN_GPIO8 1
#define IGNORE_PIN_GPIO9 1