-
- Downloads
Linux: fixed px4_task_t to be int
px4_task_t is negative for failure conditions. It was set mistakenly to
pthread_t (which is unsigned) for LInux.
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
Please register or sign in to comment