Teensyduino 1.16 Makefile options typo?

ObtuseMoose

New member
I'm just getting started with a Teensy 3.0 board. I installed Teensyduino 1.16 and am now getting my environment set up to use Makefiles instead of the Arduino IDE. I noticed what I think is a typo in the example Makefile in hardware/teensy/cores/teensy3.

# options needed by many Arduino libraries to configure for Teensy 3.0
OPTIONS += -D__MK20DX128__ -DARDUIO=104

Shouldn't that last option be "-DARDUINO=104"?

--
Moose
 
Back
Top