소스 검색

Update sample Makefile for next release number

teensy4-core
PaulStoffregen 6 년 전
부모
커밋
a95bccf37f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      teensy3/Makefile

+ 1
- 1
teensy3/Makefile 파일 보기

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

# 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-m0plus" for Teensy LC

Loading…
취소
저장