mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-17 02:54:17 +00:00
Fix shell exit value when chip erase is delayed to next flash write
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user