meier/plocSupervisor
develop
@@ -23,3 +21,1 @@
RW2_ID = bytes([0x44, 0x21, 0x00, 0x2])
RW3_ID = bytes([0x44, 0x21, 0x00, 0x3])
RW4_ID = bytes([0x44, 0x21, 0x00, 0x4])
PLOC_MPSOC_ID = bytearray([0x44, 0x33, 0x00, 0x15])
make this and IMTQ_HANDLER_ID bytes type too?
IMTQ_HANDLER_ID
bytes
No dependencies set.
The note is not visible to the blocked user.
@@ -23,3 +21,1 @@RW2_ID = bytes([0x44, 0x21, 0x00, 0x2])RW3_ID = bytes([0x44, 0x21, 0x00, 0x3])RW4_ID = bytes([0x44, 0x21, 0x00, 0x4])PLOC_MPSOC_ID = bytearray([0x44, 0x33, 0x00, 0x15])make this and
IMTQ_HANDLER_IDbytestype too?