diff options
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; }; |