Skip to content

Commit 5108189

Browse files
authored
Typo
1 parent f8d78b2 commit 5108189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ifndef MODEL
2323
endif
2424

2525
TARGET=thumbv7em-none-eabi
26-
# Enable hard floating point with for teensy 3.5 and 3.6
26+
# Enable hardware floating point for teensy 3.5 and 3.6
2727
ifeq ($(MODEL), TEENSY35)
2828
TARGET=thumbv7em-none-eabihf
2929
endif

0 commit comments

Comments
 (0)