Adding FIXME regarding content of flags_t.
This commit is contained in:
parent
9f26018abd
commit
56dc59722a
|
@ -27,6 +27,7 @@ enum {
|
|||
|
||||
extern uint8_t rcOptions[CHECKBOX_ITEM_COUNT];
|
||||
|
||||
// FIXME some of these are flight modes, some of these are general status indicators
|
||||
typedef struct flags_t {
|
||||
uint8_t OK_TO_ARM;
|
||||
uint8_t ARMED;
|
||||
|
|
Loading…
Reference in New Issue