mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 05:50:35 +08:00
commander: reset blink_msg_end when blink message completed to set normal LED status immediately
This commit is contained in:
@@ -161,6 +161,7 @@ int blink_msg_state()
|
||||
return 0;
|
||||
|
||||
} else if (hrt_absolute_time() > blink_msg_end) {
|
||||
blink_msg_end = 0;
|
||||
return 2;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user