Subversion Repositories FlightCtrl

Rev

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

Rev 2119 Rev 2122
Line 109... Line 109...
109
  uint8_t sourceIdx, targetIdx;
109
  uint8_t sourceIdx, targetIdx;
110
} XLATION;
110
} XLATION;
111
*/
111
*/
Line 112... Line 112...
112
 
112
 
113
typedef struct {
113
typedef struct {
114
        uint8_t trim;
114
        uint8_t HWTrim;
115
        uint8_t variableOffset;
115
        uint8_t variableOffset;
116
  uint8_t channels[MAX_CHANNELS];
116
  uint8_t channels[MAX_CHANNELS];
117
} ChannelMap_t;
117
} ChannelMap_t;