Skip to content

Commit

Permalink
Removed loop accidentally :) that was bad
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffegg committed Jul 22, 2023
1 parent acd83dc commit 6378731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FW/Rev1/valve_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ uint8_t MoveValveToNewPosition(void)
}
}

while(0);
while(1);

return GetCurrentPosition();
}
Expand Down

0 comments on commit 6378731

Please # to comment.