summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support/lifescan_binary_protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/support/lifescan_binary_protocol.py')
-rw-r--r--glucometerutils/support/lifescan_binary_protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glucometerutils/support/lifescan_binary_protocol.py b/glucometerutils/support/lifescan_binary_protocol.py
index 7b1fbec..9bdb220 100644
--- a/glucometerutils/support/lifescan_binary_protocol.py
+++ b/glucometerutils/support/lifescan_binary_protocol.py
@@ -62,5 +62,5 @@ _GLUCOSE_UNIT_MAPPING_TABLE = {
common.Unit.MMOL_L: 0x01,
}
-GLUCOSE_UNIT = construct.SymmetricMapping(
+GLUCOSE_UNIT = construct.Mapping(
construct.Byte, _GLUCOSE_UNIT_MAPPING_TABLE)