Make the switch case complete

This commit is contained in:
Amilcar Lucas 2011-09-11 18:32:24 +02:00
parent ed112b2243
commit 7544b9abd3

View File

@ -278,6 +278,7 @@ RC_Channel_aux::output_ch(unsigned char ch_nr)
case k_cam_open: // camera open
case k_egg_drop: // egg drop
case k_nr_aux_servo_functions: // dummy, just to avoid a compiler warning
default:
break;
}