Skip to content

Commit c32c351

Browse files
committed
Added quoting to usb_product key to preserve double quotes.
See #1422.
1 parent 1a99be3 commit c32c351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verb
9191
# Default blank usb manufacturer will be filled it at compile time
9292
# - from numeric vendor ID, set to Unknown otherwise
9393
build.usb_manufacturer=
94-
build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSB_MANUFACTURER={build.usb_manufacturer} -DUSB_PRODUCT={build.usb_product}
94+
build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSB_MANUFACTURER={build.usb_manufacturer} '-DUSB_PRODUCT={build.usb_product}'

0 commit comments

Comments
 (0)