mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
teensy40: fix typo in target JSON
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"cflags": [
|
"cflags": [
|
||||||
"--target=armv7em-none-eabi",
|
"--target=armv7em-none-eabi",
|
||||||
"-Qunused-arguments",
|
"-Qunused-arguments",
|
||||||
"-mfloat-abi=soft",
|
"-mfloat-abi=soft"
|
||||||
],
|
],
|
||||||
"linkerscript": "targets/mimxrt1062-teensy40.ld",
|
"linkerscript": "targets/mimxrt1062-teensy40.ld",
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user