summaryrefslogtreecommitdiff
path: root/avr/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/date.c')
-rw-r--r--avr/date.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/avr/date.c b/avr/date.c
index c85361f..5caee2f 100644
--- a/avr/date.c
+++ b/avr/date.c
@@ -23,7 +23,7 @@
#define days_in_month(a) (month_days[(a) - 1])
-static const FLASH int MonthOffset[] = {
+static const FLASH int MonthOffset[] = {
0,31,59,90,120,151,181,212,243,273,304,334
};
@@ -136,4 +136,3 @@ mktime (unsigned int year, unsigned int mon,
)*60 + min /* now have minutes */
)*60 + sec; /* finally seconds */
}
-