mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2026-08-18 12:40:39 +00:00
Clarify comment on copying usbsn
This commit is contained in:
@@ -1578,7 +1578,7 @@ static int stk500v2_open(PROGRAMMER *pgm, const char *port) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Copy over pointer to USB serial number function
|
||||
// Make USB serial number available to programmer
|
||||
if (serdev && serdev->usbsn)
|
||||
pgm->usbsn = serdev->usbsn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user