1
0
Fork 0
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:
Dominic Clifton 2015-01-07 23:02:05 +00:00
parent 3e4bf46f1e
commit 83a5c319b5
4 changed files with 32 additions and 2 deletions

View file

@ -390,6 +390,10 @@ void init(void)
#endif
}
#endif
#ifdef CJMCU
LED2_ON;
#endif
}
#ifdef SOFTSERIAL_LOOPBACK