Add COMMB_AMBIGUOUS for Comm-B messages we're not sure of (not yet used)
This commit is contained in:
parent
1b5b0dfa03
commit
d33b1160f2
2 changed files with 3 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
COMMB_UNKNOWN,
|
||||
COMMB_AMBIGUOUS,
|
||||
COMMB_EMPTY_RESPONSE,
|
||||
COMMB_DATALINK_CAPS,
|
||||
COMMB_GICB_CAPS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue