From b083416e3b335d1ccc94a7a7fd1625d918dd8523 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Thu, 20 Oct 2022 00:13:15 +0200 Subject: [PATCH] Let Avrdude use the valid SNAP USB PID first --- src/avrdude.conf.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 706b915a..6e3ea3cd 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -2280,7 +2280,7 @@ programmer type = "jtagice3_updi"; prog_modes = PM_UPDI; connection_type = usb; - usbpid = 0x217f, 0x2180, 0x2181; + usbpid = 0x2180, 0x217f, 0x2181; hvupdi_support = 1; ; @@ -2294,7 +2294,7 @@ programmer type = "jtagice3_pdi"; prog_modes = PM_PDI; connection_type = usb; - usbpid = 0x217f, 0x2180, 0x2181; + usbpid = 0x2180, 0x217f, 0x2181; ; #------------------------------------------------------------ @@ -2307,7 +2307,7 @@ programmer type = "jtagice3_isp"; prog_modes = PM_ISP; connection_type = usb; - usbpid = 0x217f, 0x2180, 0x2181; + usbpid = 0x2180, 0x217f, 0x2181; ; #------------------------------------------------------------