summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otverio2015.py
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/drivers/otverio2015.py')
-rw-r--r--glucometerutils/drivers/otverio2015.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glucometerutils/drivers/otverio2015.py b/glucometerutils/drivers/otverio2015.py
index 833ad43..1fe630a 100644
--- a/glucometerutils/drivers/otverio2015.py
+++ b/glucometerutils/drivers/otverio2015.py
@@ -108,7 +108,7 @@ _READ_RECORD_RESPONSE = construct.Struct(
'lifetime_counter' / construct.Int16ul,
'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP,
'value' / construct.Int16ul,
- 'meal' / construct.SymmetricMapping(
+ 'meal' / construct.Mapping(
construct.Byte, _MEAL_FLAG),
construct.Padding(4),
)