diff options
Diffstat (limited to 'main.h')
-rwxr-xr-x | main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ +#ifdef ADC
// Initialize variable for LDR
unsigned int ldr = 0;
unsigned int ldr_chg = 0;
+#endif
// Initialize variables for date time and alarms
unsigned int sec = 0;
|