From d00b0d078a732321b527347aaf95e33d84dfe3f0 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 25 Sep 2019 14:20:40 -0700 Subject: [PATCH] fixed variable typo --- firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h index deb3028..2949d6e 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h @@ -47,7 +47,7 @@ extern int Debug; #endif -#if !(defined(voldMeterConstant)) +#if !(defined(voltMeterConstant)) extern long voltMeterConstant = 1125300L; // For fine tuning input voltage sense #endif