AP_Notify: fixed LED colour for no-GPS and armed

This commit is contained in:
Andrew Tridgell 2014-01-23 21:39:31 +11:00
parent 58d3729d16
commit 330a4649fd

View File

@ -168,8 +168,8 @@ void ToshibaLED::update_colours(void)
}else{
// solid blue if armed with no GPS lock
_red_des = TOSHIBA_LED_OFF;
_blue_des = TOSHIBA_LED_OFF;
_green_des = TOSHIBA_LED_DIM;
_blue_des = TOSHIBA_LED_DIM;
_green_des = TOSHIBA_LED_OFF;
}
return;
}else{