minmea_compat_ti-rtos.h 518 B

123456789101112131415161718
  1. /*
  2. * Copyright © 2017 Kosma Moczek <kosma@cloudyourcar.com>
  3. * This program is free software. It comes without any warranty, to the extent
  4. * permitted by applicable law. You can redistribute it and/or modify it under
  5. * the terms of the Do What The Fuck You Want To Public License, Version 2, as
  6. * published by Sam Hocevar. See the COPYING file for more details.
  7. */
  8. #if defined(__TI_ARM__)
  9. // timespec definition
  10. #include <ti/sysbios/posix/types.h>
  11. #define timegm mktime
  12. #endif
  13. /* vim: set ts=4 sw=4 et: */