Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2108 → Rev 2109

/branches/dongfang_FC_fixedwing/controlMixer.h
1,3 → 1,6
#ifndef _CONTROLMIXER_H
#define _CONTROLMIXER_H
 
#include <inttypes.h>
/*
* An attempt to define a generic control. That could be an R/C receiver, an external control
112,3 → 115,5
*/
uint8_t controlMixer_getArgument(void);
uint8_t controlMixer_isCommandRepeated(void);
 
#endif