aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fig/FIG0_14.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIG0_14.cpp b/src/fig/FIG0_14.cpp
index fec87d5..72bcfff 100644
--- a/src/fig/FIG0_14.cpp
+++ b/src/fig/FIG0_14.cpp
@@ -35,8 +35,8 @@ namespace FIC {
// See EN 300 401, Clause 6.2.2 for the FIG0_14 description
struct FIG0_14_AppInfo {
- uint8_t subchId:6;
uint8_t fecScheme:2;
+ uint8_t subchId:6;
} PACKED;