aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rwxr-xr-xmain.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/main.h b/main.h
index ed84202..3429b15 100755
--- a/main.h
+++ b/main.h
@@ -7,9 +7,8 @@ unsigned int ldr = 0;
#define brtlvl ldr/256
unsigned int brtlvl_chg = 0;
-// Initialize for timerr interrupt value
-unsigned int counter = 0;
-unsigned int interrupts = 0;
+// Update to 1 if RB0 interrupt occurs, otherwise 0
+unsigned int update = 0;
// Initialize variables for date time and alarms
unsigned int sec = 0;
@@ -69,6 +68,4 @@ void getWeekDay(unsigned int);
// Determine Alarm status from control registers
void Get_Alarm_Status(void);
-void update_Display(void);
-
-void New_Second(void); \ No newline at end of file
+void update_Display(void); \ No newline at end of file