File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
9393build.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}'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ compiler.libsam.c.flags="-I{build.system.path}/libsam" "-I{build.system.path}/CM
3535
3636# USB Flags
3737# ---------
38- build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSBCON -DUSB_MANUFACTURER={build.usb_manufacturer} '-DUSB_PRODUCT={build.usb_product}'
38+ build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSBCON ' -DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
3939
4040# Default usb manufacturer will be replaced at compile time using
4141# numeric vendor ID if available or by board's specific value.
You can’t perform that action at this time.
0 commit comments