mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-25 02:47:27 +08:00
Change CAN protocols from Flags to Values
This commit is contained in:
@@ -37,7 +37,7 @@ enum StreamProtocolType {
|
||||
|
||||
// ODrive.Can.Protocol
|
||||
enum Protocol {
|
||||
PROTOCOL_SIMPLE = 0x00000001,
|
||||
PROTOCOL_SIMPLE = 0,
|
||||
};
|
||||
|
||||
// ODrive.Axis.AxisState
|
||||
|
||||
Reference in New Issue
Block a user