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 fd4f309 commit 54d4f0d
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 @@ -558,7 +558,7 @@ class MMR920 {
float pressure_running_total = 0;
float temperature_running_total = 0;
uint16_t total_baseline_reads = 1;
uint16_t pressure_transations = 0;
uint16_t pressure_transactions = 0;

float current_pressure_baseline_pa = 0;
float current_temperature_baseline = 0;
Expand Down

0 comments on commit 54d4f0d

Please sign in to comment.