Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HenoHyj committed Oct 17, 2024
1 parent 25dfb5f commit 05264c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ async fn main(_spawner: Spawner) {
PwmPinConfig::UP_ACTIVE_HIGH,
);

// motor_hi.set_timestamp(180);
// motor_lo.set_timestamp(0);
motor_hi.set_timestamp(180);
motor_lo.set_timestamp(0);

loop {
println!("Hello, World!");
Expand Down

0 comments on commit 05264c5

Please sign in to comment.