Fix shell exit value when chip erase is delayed to next flash write

This commit is contained in:
Stefan Rueger
2022-11-23 19:53:55 +00:00
parent 883d9494c8
commit c3413ff0f4
3 changed files with 25 additions and 9 deletions

View File

@@ -897,8 +897,12 @@ int avr_put_cycle_count(const PROGRAMMER *pgm, const AVRPART *p, int cycles);
void avr_add_mem_order(const char *str);
int avr_memtype_is_flash_type(const char *mem);
int avr_mem_is_flash_type(const AVRMEM *mem);
int avr_memtype_is_eeprom_type(const char *mem);
int avr_mem_is_eeprom_type(const AVRMEM *mem);
int avr_mem_is_known(const char *str);