summaryrefslogtreecommitdiff
path: root/firmware/export/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/rtc.h')
-rw-r--r--firmware/export/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h
index eea83d85bb..3d7a6d6ead 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -23,7 +23,7 @@
23#include "system.h" 23#include "system.h"
24#include "config.h" 24#include "config.h"
25 25
26#ifdef CONFIG_RTC 26#if CONFIG_RTC
27 27
28extern const int dayname[]; 28extern const int dayname[];
29 29