summaryrefslogtreecommitdiff
path: root/firmware/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/time.h')
-rw-r--r--firmware/include/time.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/include/time.h b/firmware/include/time.h
index 9010d99cc2..28680494f9 100644
--- a/firmware/include/time.h
+++ b/firmware/include/time.h
@@ -14,15 +14,15 @@
14 14
15struct tm 15struct tm
16{ 16{
17 int tm_sec; 17 int tm_sec;
18 int tm_min; 18 int tm_min;
19 int tm_hour; 19 int tm_hour;
20 int tm_mday; 20 int tm_mday;
21 int tm_mon; 21 int tm_mon;
22 int tm_year; 22 int tm_year;
23 int tm_wday; 23 int tm_wday;
24 int tm_yday; 24 int tm_yday;
25 int tm_isdst; 25 int tm_isdst;
26}; 26};
27 27
28#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED) 28#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)