소스 검색

Add TI-RTOS compat header

Sean Wilson 7 년 전
부모
커밋
04f1141345
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      compat/minmea_compat_ti-rtos.h

+ 16 - 0
compat/minmea_compat_ti-rtos.h

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