1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

changed rc mode to BOXLEDLOW

This commit is contained in:
Chris Penny 2015-01-20 10:45:10 +00:00
parent 48bd7c1e19
commit 0da650b5bd

View file

@ -741,7 +741,7 @@ void updateLedStrip(void)
return;
}
if ( IS_RC_MODE_ACTIVE(BOXLLIGHTS)){
if ( IS_RC_MODE_ACTIVE(BOXLEDLOW)){
ledStripDisable();
return;
}