Make -A default for urclock programmer

This commit is contained in:
Stefan Rueger 2022-11-07 02:43:34 +00:00
parent 21d93ec8cb
commit 715db4c690
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 2 additions and 0 deletions

View File

@ -2125,4 +2125,6 @@ void urclock_initpgm(PROGRAMMER *pgm) {
pgm->parseextparams = urclock_parseextparms;
pgm->term_keep_alive = urclock_term_keep_alive;
pgm->flash_readhook = urclock_flash_readhook;
disable_trailing_ff_removal();
}