Rev 2140 | Rev 2143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2140 | Rev 2142 | ||
---|---|---|---|
Line 151... | Line 151... | ||
151 | uint8_t airspeedCorrection; |
151 | uint8_t airspeedCorrection; |
152 | uint8_t isFlyingThreshold; |
152 | uint8_t isFlyingThreshold; |
Line 153... | Line 153... | ||
153 | 153 | ||
154 | // Servos |
154 | // Servos |
155 | uint8_t servoCount; |
155 | uint8_t servoCount; |
Line 156... | Line 156... | ||
156 | Servo_t servos[3]; |
156 | Servo_t servos[4]; |
157 | 157 | ||
158 | // Outputs |
158 | // Outputs |
159 | output_flash_t outputFlash[2]; |
159 | output_flash_t outputFlash[2]; |