Add autobaud_sync to avrdude.conf part description

This commit is contained in:
Stefan Rueger
2022-11-25 19:20:45 +00:00
parent d2a2ec1d1b
commit 231e88aaf9
7 changed files with 77 additions and 58 deletions

View File

@@ -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;