Reduce programmer description string length

to less than 80 characters. #941 related
This commit is contained in:
MCUdude 2022-06-19 10:53:07 +02:00 committed by Stefan Rueger
parent 3893a21164
commit b167e88422
1 changed files with 2 additions and 1 deletions

View File

@ -947,9 +947,10 @@ programmer
; ;
# commercial version of USBtiny, using a separate VID/PID # commercial version of USBtiny, using a separate VID/PID
# https://github.com/IowaScaledEngineering/ckt-avrprogrammer
programmer programmer
id = "iseavrprog"; id = "iseavrprog";
desc = "USBtiny-based USB programmer, https://github.com/IowaScaledEngineering/ckt-avrprogrammer"; desc = "USBtiny-based programmer, https://iascaled.com";
type = "usbtiny"; type = "usbtiny";
connection_type = usb; connection_type = usb;
usbvid = 0x1209; usbvid = 0x1209;