Subversion Repositories FlightCtrl

Rev

Rev 2039 | Rev 2049 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2039 Rev 2048
Line 120... Line 120...
120
 *
120
 *
121
 * Not in any of these positions: 0
121
 * Not in any of these positions: 0
122
 */
122
 */
123
uint8_t controlMixer_getArgument(void);
123
uint8_t controlMixer_getArgument(void);
124
uint8_t controlMixer_isCommandRepeated(void);
124
uint8_t controlMixer_isCommandRepeated(void);
125
 
-
 
126
// TODO: Abstract away if possible.
-
 
127
uint8_t controlMixer_testCompassCalState(void);
-