Skip to content

Commit 24d3e25

Browse files
committed
teensy40: fix typo in target JSON
1 parent 5609a0c commit 24d3e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/teensy40.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cflags": [
99
"--target=armv7em-none-eabi",
1010
"-Qunused-arguments",
11-
"-mfloat-abi=soft",
11+
"-mfloat-abi=soft"
1212
],
1313
"linkerscript": "targets/mimxrt1062-teensy40.ld",
1414
"extra-files": [

0 commit comments

Comments
 (0)