mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-20 16:56:17 +00:00
properly define Wio-E5 LED pin
This commit is contained in:
parent
f02628ad0a
commit
8455defa7a
@ -18,4 +18,9 @@ Do not expect a working Meshtastic device with this target.
|
|||||||
#define LED_PIN PB5
|
#define LED_PIN PB5
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 1
|
||||||
|
|
||||||
|
#if (defined(LED_BUILTIN) && LED_BUILTIN == PNUM_NOT_DEFINED)
|
||||||
|
#undef LED_BUILTIN
|
||||||
|
#define LED_BUILTIN (LED_PIN)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user