Merge branch 'avrdudes:main' into partdesc

This commit is contained in:
Stefan Rueger
2022-07-19 13:20:25 +01:00
committed by GitHub
7 changed files with 84 additions and 35 deletions

View File

@@ -579,7 +579,7 @@ AVRPART * avr_new_part(void)
p->reset_disposition = RESET_DEDICATED;
p->retry_pulse = PIN_AVR_SCK;
p->flags = AVRPART_SERIALOK | AVRPART_PARALLELOK | AVRPART_ENABLEPAGEPROGRAMMING;
p->config_file[0] = 0;
p->config_file = NULL;
p->lineno = 0;
memset(p->signature, 0xFF, 3);
p->ctl_stack_type = CTL_STACK_NONE;