Skip to content

Commit e3976be

Browse files
Merge pull request #45 from crteensy/patch-1
Update Makefile
2 parents 6130951 + c0af903 commit e3976be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teensy3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARDUINOPATH ?= ../../../..
99
OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH
1010

1111
# options needed by many Arduino libraries to configure for Teensy 3.0
12-
OPTIONS += -D__MK20DX128__ -DARDUIO=105 -DTEENSYDUINO=118
12+
OPTIONS += -D__MK20DX128__ -DARDUINO=105 -DTEENSYDUINO=120
1313

1414

1515
# Other Makefiles and project templates for Teensy 3.x:

0 commit comments

Comments
 (0)