Skip to content

Commit 9eeeb50

Browse files
committed
SAM: small cosmetic fix to platform.txt
1 parent fd79bfe commit 9eeeb50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hardware/arduino/sam/platform.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ compiler.libsam.c.flags="-I{build.system.path}/libsam" "-I{build.system.path}/CM
5555
build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSBCON '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
5656

5757
# Default usb manufacturer will be replaced at compile time using
58-
# numeric vendor ID if available or by board's specific value.
58+
# numeric vendor ID if available or by board's specific value.
5959
build.usb_manufacturer="Unknown"
6060

6161

@@ -92,6 +92,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
9292
# SAM3 Uploader tools
9393
# -------------------
9494

95+
# BOSSA
9596
tools.bossac.path={runtime.tools.bossac.path}
9697
tools.bossac.cmd=bossac
9798
tools.bossac.cmd.windows=bossac.exe

0 commit comments

Comments
 (0)