Browse Source

Define timegm

Sean Wilson 7 years ago
parent
commit
0456bbb0ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compat/minmea_compat_ti-rtos.h

+ 2 - 0
compat/minmea_compat_ti-rtos.h

@@ -11,6 +11,8 @@
 // timespec definition
 #include <ti/sysbios/posix/types.h>
 
+#define timegm  mktime
+
 #endif
 
 /* vim: set ts=4 sw=4 et: */