mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
CJMCU - Add support for LED2. Swap usage of LED0 and LED1.
Currently the LED2 (blue) is just enabled after the main board initialisation is complete and then it stays on.
This commit is contained in:
parent
3e4bf46f1e
commit
83a5c319b5
4 changed files with 32 additions and 2 deletions
|
@ -390,6 +390,10 @@ void init(void)
|
|||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CJMCU
|
||||
LED2_ON;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef SOFTSERIAL_LOOPBACK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue