Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-raju committed Oct 5, 2023
1 parent 71b66e0 commit dc9d496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wavesculptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bitflags! {
const CONFIG_READ_ERROR = 1 << 5;
const RAIL_15V_UVLO = 1 << 6;
const DESATURATION_FAULT = 1 << 7;
const MOTOT_OVER_SPEED = 1 << 8;
const MOTOR_OVER_SPEED = 1 << 8;
}
}

Expand Down

0 comments on commit dc9d496

Please sign in to comment.