diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-17 19:43:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-17 19:43:45 +0100 |
commit | a4bfb55fa0632b63de5b10142fe9f966b9e21ec6 (patch) | |
tree | a166c867a8dedc337cd34dae81f0f2945bc98fba /src/MuxElements.h | |
parent | d2a4c375f1ef7af7c7bc4f02ad2dc0d919f2c488 (diff) | |
download | dabmux-a4bfb55fa0632b63de5b10142fe9f966b9e21ec6.tar.gz dabmux-a4bfb55fa0632b63de5b10142fe9f966b9e21ec6.tar.bz2 dabmux-a4bfb55fa0632b63de5b10142fe9f966b9e21ec6.zip |
Remove xpadAppType_valid and handle Broadcast Website like MOT slideshow
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index a709191..1e9b707 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -433,7 +433,6 @@ struct userApplication { /* X-PAD Application Type: this 5-bit field shall specify the lowest numbered application type used to transport * this user application (see clause 7.4.3). * Also See EN 300 401 Table 11 "X-PAD Application types" */ - bool xpadAppType_valid = false; uint8_t xpadAppType = 0; }; |