fixed variable typo
This commit is contained in:
parent
5dd279775a
commit
d00b0d078a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
extern int Debug;
|
extern int Debug;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !(defined(voldMeterConstant))
|
#if !(defined(voltMeterConstant))
|
||||||
extern long voltMeterConstant = 1125300L; // For fine tuning input voltage sense
|
extern long voltMeterConstant = 1125300L; // For fine tuning input voltage sense
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue