diff options
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 44e9bdb..de05b6c 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -435,7 +435,7 @@ struct FIG0_13_app { typeHigh = type >> 3; typeLow = type & 0x1f; } - uint32_t xpad; + uint16_t xpad; } PACKED; #define FIG0_13_APPTYPE_SLIDESHOW 0x2 |