Bladeren bron

Update makefile

main
PaulStoffregen 6 jaren geleden
bovenliggende
commit
0444986638
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      teensy3/Makefile

+ 1
- 1
teensy3/Makefile Bestand weergeven

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=143
OPTIONS += -D__$(MCU)__ -DARDUINO=10805 -DTEENSYDUINO=144


# 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

Laden…
Annuleren
Opslaan