mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
Sprayer: minor change to flags type
This commit is contained in:
parent
1f84399704
commit
ac98644405
@ -74,7 +74,7 @@ private:
|
|||||||
AP_Float _speed_min; // minimum speed in cm/s above which the sprayer will be started
|
AP_Float _speed_min; // minimum speed in cm/s above which the sprayer will be started
|
||||||
|
|
||||||
// flag bitmask
|
// flag bitmask
|
||||||
struct flag_type {
|
struct sprayer_flags_type {
|
||||||
uint8_t spraying : 1; // 1 if we are currently spraying
|
uint8_t spraying : 1; // 1 if we are currently spraying
|
||||||
uint8_t testing : 1; // 1 if we are testing the sprayer and should output a minimum value
|
uint8_t testing : 1; // 1 if we are testing the sprayer and should output a minimum value
|
||||||
} _flags;
|
} _flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user