CCID_Types: Fix byte order of CCID_Protocols

This commit is contained in:
Harald Welte 2019-11-14 08:24:23 +01:00
parent 27165205dc
commit 52ac2ccc0a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type record CCID_Protocols {
BIT30 RFU,
boolean protocol_t1,
boolean protocol_t0
};
} with { variant "BYTEORDER(first)" };
type record CCID_SynchProtocols {
BIT29 RFU,