minmea_compat_ti-rtos.h 494 B

12345678910111213141516
  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. #endif
  12. /* vim: set ts=4 sw=4 et: */