posix px4_layer: fix Mac build

This commit is contained in:
Julian Oes
2016-04-25 14:39:55 +02:00
committed by Lorenz Meier
parent ee57055b99
commit 5e5af9c37f

View File

@@ -118,6 +118,12 @@ int px4_clock_gettime(clockid_t clk_id, struct timespec *tp)
return 0;
}
int px4_clock_settime(clockid_t clk_id, struct timespec *tp)
{
/* do nothing right now */
return 0;
}
#elif defined(__QURT)
#include "dspal_time.h"