mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Teensy-3.1: Fix board LED
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user