POSIX and QuRT: fixed calls needing px4_ prefix

There were some missed calls to open and ioctl that need to be
px4_open and px4_ioctl.

QuRT also does not provide usleep() so px4_time.h has to be included
in files calling usleep.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-05-05 12:13:39 -07:00
parent f2af8b08ed
commit 0cea93a55c
7 changed files with 19 additions and 11 deletions
+1
View File
@@ -38,6 +38,7 @@
#include <px4_debug.h>
#include <px4_tasks.h>
#include <px4_time.h>
#include <systemlib/err.h>
#include <errno.h>
#include <stdio.h>