浏览代码

Update version constants in sample makefile

teensy4-core
PaulStoffregen 8 年前
父节点
当前提交
8807de5d61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy3/Makefile

+ 1
- 1
teensy3/Makefile 查看文件

@@ -22,7 +22,7 @@ endif
OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DUSING_MAKEFILE

# options needed by many Arduino libraries to configure for Teensy 3.0
OPTIONS += -D__$(MCU)__ -DARDUINO=10600 -DTEENSYDUINO=121
OPTIONS += -D__$(MCU)__ -DARDUINO=10613 -DTEENSYDUINO=132


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

正在加载...
取消
保存