mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Make the switch case complete
This commit is contained in:
parent
ed112b2243
commit
7544b9abd3
@ -278,6 +278,7 @@ RC_Channel_aux::output_ch(unsigned char ch_nr)
|
|||||||
case k_cam_open: // camera open
|
case k_cam_open: // camera open
|
||||||
case k_egg_drop: // egg drop
|
case k_egg_drop: // egg drop
|
||||||
case k_nr_aux_servo_functions: // dummy, just to avoid a compiler warning
|
case k_nr_aux_servo_functions: // dummy, just to avoid a compiler warning
|
||||||
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user