Skip to content
Snippets Groups Projects
Commit 29bfdb0c authored by Julian Oes's avatar Julian Oes Committed by Daniel Agar
Browse files

platforms: fix linking for qurt (#11115)

parent 36248cb1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ __END_DECLS
#define px4_clock_gettime system_clock_gettime
#endif
#if defined(ENABLE_LOCKSTEP_SCHEDULER) || defined(__PX4_QURT)
#if defined(ENABLE_LOCKSTEP_SCHEDULER)
__BEGIN_DECLS
__EXPORT int px4_clock_settime(clockid_t clk_id, const struct timespec *tp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment