mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
SRV_Channels: fix unannotated fall-through between switch labels
This commit is contained in:
parent
b0cbbb4bea
commit
a3a3abbf23
@ -271,8 +271,8 @@ void SRV_Channels::push()
|
||||
continue;
|
||||
}
|
||||
ap_kdecan->update();
|
||||
break;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
case AP_BoardConfig_CAN::Protocol_Type_ToshibaCAN: {
|
||||
AP_ToshibaCAN *ap_tcan = AP_ToshibaCAN::get_tcan(i);
|
||||
|
Loading…
Reference in New Issue
Block a user