Skip to content

Commit 2ffe0cb

Browse files
committed
Make extra_features canonical
1 parent 1a3f4c1 commit 2ffe0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/avrdude.conf.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ programmer # pickit4
29822982
desc = "MPLAB(R) PICkit 4 in JTAG mode";
29832983
type = "jtagice3";
29842984
prog_modes = PM_JTAG | PM_XMEGAJTAG;
2985-
extra_features = HAS_VTARG_READ | HAS_VTARG_READ | HAS_BITCLOCK_ADJ;
2985+
extra_features = HAS_VTARG_READ | HAS_BITCLOCK_ADJ;
29862986
connection_type = usb;
29872987
usbvid = 0x03eb;
29882988
usbpid = 0x2177, 0x2178, 0x2179;
@@ -3034,7 +3034,7 @@ programmer parent "pickit4" # pickit4_tpi
30343034
desc = "MPLAB(R) PICkit 4 in TPI mode";
30353035
type = "jtagice3_tpi";
30363036
prog_modes = PM_TPI;
3037-
extra_features = HAS_VTARG_READ | HAS_VTARG_READ;
3037+
extra_features = HAS_VTARG_READ;
30383038
;
30393039

30403040
# End of "Atmel" Mode

0 commit comments

Comments
 (0)