Define missing DEBUG_LED_PIN in simulator

Turning this feature on without this definition causes the simulator build
to fail since the "pin" is never defined.
This commit is contained in:
Phil Hord 2016-06-23 16:35:30 -04:00
parent 6dce728219
commit c3b8aa310b
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ typedef enum {
RX_ENABLE_PIN, RX_ENABLE_PIN,
TX_ENABLE_PIN, TX_ENABLE_PIN,
DEBUG_LED_PIN,
PIN_NB /* End of PINS marker; Put all new pins before this one */ PIN_NB /* End of PINS marker; Put all new pins before this one */
} pin_t; } pin_t;