platforms: split posix hrt for qurt

- this keeps the per platform libraries contained to their respective directories and minimizes the ifdef mess
This commit is contained in:
Daniel Agar
2020-01-12 22:09:34 -05:00
committed by GitHub
parent 98c5c31aa1
commit 756b0148d6
5 changed files with 476 additions and 73 deletions
-2
View File
@@ -185,8 +185,6 @@ __EXPORT extern void hrt_init(void);
#ifdef __PX4_POSIX
__EXPORT extern hrt_abstime hrt_reset(void);
__EXPORT extern hrt_abstime hrt_absolute_time_offset(void);
#endif