Teensy-3.1: Fix board LED

This commit is contained in:
Gregory Nutt 2015-06-12 07:37:06 -06:00
parent bbdb796350
commit d34477de7b

View File

@ -65,7 +65,7 @@
* high will illuminate the LED.
*/
#define GPIO_LED (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTC | PIN5)
#define GPIO_LED (GPIO_HIGHDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTC | PIN5)
/************************************************************************************
* Public Types