浏览代码

Merge pull request #45 from crteensy/patch-1

Update Makefile
teensy4-core
Paul Stoffregen 10 年前
父节点
当前提交
e3976beb9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy3/Makefile

+ 1
- 1
teensy3/Makefile 查看文件

@@ -9,7 +9,7 @@ ARDUINOPATH ?= ../../../..
OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH

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


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

正在加载...
取消
保存