Copter: whitespace change

This commit is contained in:
Jonathan Challinger 2016-01-21 17:56:10 -08:00 committed by Randy Mackay
parent f5b4a482b0
commit 4a6cc75ebb

View File

@ -246,7 +246,7 @@ private:
uint8_t gps_base_pos_set : 1; // 17 // true when the gps base position has been set (used for RTK gps only)
enum HomeState home_state : 2; // 18,19 // home status (unset, set, locked)
uint8_t using_interlock : 1; // 20 // aux switch motor interlock function is in use
uint8_t motor_emergency_stop: 1; // 21 // motor estop switch, shuts off motors when enabled
uint8_t motor_emergency_stop : 1; // 21 // motor estop switch, shuts off motors when enabled
uint8_t land_repo_active : 1; // 22 // true if the pilot is overriding the landing position
};
uint32_t value;