Skip to content

Commit

Permalink
Update include/sensors/core/tasks/pressure_driver.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Foster <[email protected]>
  • Loading branch information
caila-marashaj and sfoster1 authored Jun 24, 2024
1 parent 9e964a4 commit fd4f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sensors/core/tasks/pressure_driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class MMR920 {
// of 0's at the end in Python, because we might end up accidentally
// ignoring valid data that way
else {
for (int = 0; i < pressure_transations; i++) {
for (int i = 0; i < pressure_transations; i++) {
can_client.send_can_message(
can::ids::NodeId::host,
can::messages::ReadFromSensorResponse{
Expand Down

0 comments on commit fd4f309

Please sign in to comment.