Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 8, 2024
1 parent c06c32a commit 372a13c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actuator/robstride/src/motor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ use std::collections::HashMap;
use std::thread;
use std::time::Duration;

pub const CAN_ID_MASTER: u8 = 0x00;
pub const CAN_ID_MOTOR_DEFAULT: u8 = 0x7F;
pub const CAN_ID_BROADCAST: u8 = 0xFE;
pub const CAN_ID_DEBUG_UI: u8 = 0xFD;

#[derive(Debug, Clone, Copy, Serialize, Deserialize)]
Expand Down

0 comments on commit 372a13c

Please sign in to comment.