revert CAN protocol enum to flags, remove unused variables

This commit is contained in:
Samuel Sadok
2021-07-27 16:51:53 +02:00
parent 12832f4353
commit a37f6c3ba3
5 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ STREAM_PROTOCOL_TYPE_STDOUT = 2
STREAM_PROTOCOL_TYPE_ASCII_AND_STDOUT = 3
# ODrive.Can.Protocol
PROTOCOL_SIMPLE = 0
PROTOCOL_SIMPLE = 0x00000001
# ODrive.Axis.AxisState
AXIS_STATE_UNDEFINED = 0