mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 02:31:06 +00:00
Add autobaud_sync to avrdude.conf part description
This commit is contained in:
@@ -578,6 +578,7 @@ AVRPART *avr_new_part(void) {
|
||||
// Default values
|
||||
p->mcuid = -1;
|
||||
p->hvupdi_variant = -1;
|
||||
p->autobaud_sync = 0x30; // STK_GET_SYNC
|
||||
memset(p->signature, 0xFF, 3);
|
||||
p->reset_disposition = RESET_DEDICATED;
|
||||
p->retry_pulse = PIN_AVR_SCK;
|
||||
|
||||
Reference in New Issue
Block a user