Adapt to work with registry packages

This commit is contained in:
unknown
2022-06-09 19:53:54 +02:00
parent e1204e62e0
commit 096f514e83
4 changed files with 15 additions and 18 deletions

View File

@ -168,7 +168,7 @@ def fetch_fs_size(env):
"Available sketch size with current "
"config would be %d bytes.\n" % maximum_size)
sys.stderr.flush()
env.Exit(-1)
env.Exit(1)
env["PICO_FLASH_LENGTH"] = flash_length
env["PICO_EEPROM_START"] = eeprom_start