Skip to content

Commit

Permalink
fixed variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Sep 25, 2019
1 parent 5dd2797 commit d00b0d0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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

Expand Down

0 comments on commit d00b0d0

Please sign in to comment.