Plane: Remove unneeded ServoRelayEvent mask set

This commit is contained in:
Michael du Breuil 2018-08-13 17:56:21 -07:00 committed by WickedShell
parent 84baaea46d
commit 9ed5184d98
1 changed files with 0 additions and 3 deletions

View File

@ -95,9 +95,6 @@ void Plane::init_ardupilot()
init_rc_out_main();
// allow servo set on all channels except first 4
ServoRelayEvents.set_channel_mask(0xFFF0);
// keep a record of how many resets have happened. This can be
// used to detect in-flight resets
g.num_resets.set_and_save(g.num_resets+1);