瀏覽代碼

Update sample Makefile for next release number

main
PaulStoffregen 7 年之前
父節點
當前提交
a95bccf37f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/Makefile

+ 1
- 1
teensy3/Makefile 查看文件

OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DUSING_MAKEFILE OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DUSING_MAKEFILE


# options needed by many Arduino libraries to configure for Teensy 3.x # options needed by many Arduino libraries to configure for Teensy 3.x
OPTIONS += -D__$(MCU)__ -DARDUINO=10805 -DTEENSYDUINO=141
OPTIONS += -D__$(MCU)__ -DARDUINO=10805 -DTEENSYDUINO=143


# use "cortex-m4" for Teensy 3.x # use "cortex-m4" for Teensy 3.x
# use "cortex-m0plus" for Teensy LC # use "cortex-m0plus" for Teensy LC

Loading…
取消
儲存