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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/include/time.h b/firmware/include/time.h
index cddec1e708..23f72fd93d 100644
--- a/firmware/include/time.h
+++ b/firmware/include/time.h
@@ -20,8 +20,7 @@ struct tm
20 int tm_isdst; 20 int tm_isdst;
21}; 21};
22 22
23#if defined(SIMULATOR) && !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED) 23#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)
24/* for non-win32 simulators */
25typedef long time_t; 24typedef long time_t;
26 25
27/* this define below is used by the mingw headers to prevent duplicate 26/* this define below is used by the mingw headers to prevent duplicate