Skip to content

Commit 5609a0c

Browse files
committed
teensy40: remove FPU spec in target JSON list of cflags
1 parent 0fb54ed commit 5609a0c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/machine/uart.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build avr esp nrf sam sifive stm32 k210 nxp,!mimxrt1062
1+
// +build avr esp nrf sam sifive stm32 k210 nxpmk66f18
22

33
package machine
44

targets/teensy40.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"--target=armv7em-none-eabi",
1010
"-Qunused-arguments",
1111
"-mfloat-abi=soft",
12-
"-mfpu=fpv5-d16"
1312
],
1413
"linkerscript": "targets/mimxrt1062-teensy40.ld",
1514
"extra-files": [

0 commit comments

Comments
 (0)