Other typos. Hoping they are the last one...

parent d5c937f0
...@@ -49,7 +49,7 @@ void flowrate_manage() { ...@@ -49,7 +49,7 @@ void flowrate_manage() {
flowmeter_timer = now + 1000UL; flowmeter_timer = now + 1000UL;
flowml = (flowrate / 60) * 1000; flowml = (flowrate / 60) * 1000;
pulseCount = 0; flowrate_pulsecount = 0;
attachInterrupt(digitalPinToInterrupt(FLOWMETER_PIN), flowrate_pulsecounter, FALLING); attachInterrupt(digitalPinToInterrupt(FLOWMETER_PIN), flowrate_pulsecounter, FALLING);
} }
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "../../base.h" #include "../../base.h"
#define FLOWMETER_CALIBRATION (FLOWMETER_MAXFREQ/FLOWETER_MAXFLOW) #define FLOWMETER_CALIBRATION (FLOWMETER_MAXFREQ/FLOWMETER_MAXFLOW)
#if ENABLED(FLOWMETER_SENSOR) #if ENABLED(FLOWMETER_SENSOR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment