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
@@ -136,13 +136,4 @@ __EXPORT const char *px4_get_device_names(unsigned int *handle);
__EXPORT void px4_show_topics(void);
__EXPORT const char *px4_get_topic_names(unsigned int *handle);
#ifndef __PX4_QURT
/*
* The UNIX epoch system time following the system clock
*/
__EXPORT uint64_t hrt_system_time(void);
#endif
__END_DECLS