diff -r 38fde37c3766 -r ac0fe8aabb5e targets/typemapping.py --- a/targets/typemapping.py Sat Aug 19 00:58:44 2017 +0300 +++ b/targets/typemapping.py Sat Aug 19 01:11:27 2017 +0300 @@ -56,7 +56,7 @@ SameEndianessTypeTranslator = { - "BOOL": _t(c_uint8, lambda x: x.value != 0), + "BOOL": _t(c_uint8, lambda x: x.value != 0), "STEP": _t(c_uint8), "TRANSITION": _t(c_uint8), "ACTION": _t(c_uint8),