Rev 2117 | Rev 2158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2117 | Rev 2157 | ||
---|---|---|---|
Line 91... | Line 91... | ||
91 | extern ChannelMap_t channelMap; |
91 | extern ChannelMap_t channelMap; |
Line 92... | Line 92... | ||
92 | 92 | ||
93 | typedef struct { |
93 | typedef struct { |
94 | char name[12]; |
94 | char name[12]; |
95 | int8_t motor[MAX_MOTORS][4]; |
95 | int8_t motor[MAX_MOTORS][4]; |
96 | }__attribute__((packed)) mixerMatrix_t; |
96 | }__attribute__((packed)) MixerMatrix_t; |
Line 97... | Line 97... | ||
97 | extern mixerMatrix_t mixerMatrix; |
97 | extern MixerMatrix_t mixerMatrix; |
98 | 98 | ||
99 | typedef struct { |
99 | typedef struct { |