mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
LP-291 Minor cosmetic change - added missing break in msp_send_alarms().
This commit is contained in:
parent
2a668d0615
commit
6e2ec8aecc
@ -800,6 +800,7 @@ static void msp_send_alarms(__attribute__((unused)) struct msp_bridge *m)
|
||||
break;
|
||||
case SYSTEMALARMS_ALARM_CRITICAL:
|
||||
data.alarm.state = ALARM_ERROR;
|
||||
break;
|
||||
}
|
||||
|
||||
msp_send(m, MSP_ALARMS, data.buf, len + 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user