SRV_Channels: fix unannotated fall-through between switch labels

This commit is contained in:
Siddharth Purohit 2020-03-09 17:58:59 +05:30 committed by Andrew Tridgell
parent b0cbbb4bea
commit a3a3abbf23

View File

@ -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);