AP_MotorsMulticopter: reduce num bits used for spool-up-down-mode

This commit is contained in:
Randy Mackay 2016-03-17 13:18:48 +09:00
parent c035ade402
commit 49562c5ca3

View File

@ -137,7 +137,7 @@ protected:
// flag bitmask
struct {
spool_up_down_mode spool_mode : 4; // motor's current spool mode
spool_up_down_mode spool_mode : 3; // motor's current spool mode
} _multicopter_flags;
// parameters