Skip to content

Commit e4ea529

Browse files
committed
Fix SNAP VID
1 parent 8d848e8 commit e4ea529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/avrdude.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3428,7 +3428,7 @@ programmer # snap_mplab
34283428
prog_modes = PM_JTAG | PM_XMEGAJTAG;
34293429
extra_features = HAS_VTARG_READ | HAS_BITCLOCK_ADJ;
34303430
connection_type = usb;
3431-
usbvid = 0x03eb;
3431+
usbvid = 0x04d8;
34323432
usbpid = 0x9018; # SNAP (mplab mode)
34333433
;
34343434

0 commit comments

Comments
 (0)