Explorar el Código

Update sample Makefile for next release number

main
PaulStoffregen hace 6 años
padre
commit
a95bccf37f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy3/Makefile

+ 1
- 1
teensy3/Makefile Ver fichero

@@ -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

Cargando…
Cancelar
Guardar