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:
parent
6dce728219
commit
c3b8aa310b
|
|
@ -100,6 +100,7 @@ typedef enum {
|
|||
|
||||
RX_ENABLE_PIN,
|
||||
TX_ENABLE_PIN,
|
||||
DEBUG_LED_PIN,
|
||||
|
||||
PIN_NB /* End of PINS marker; Put all new pins before this one */
|
||||
} pin_t;
|
||||
|
|
|
|||
Loading…
Reference in New Issue