mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 15:10:36 +08:00
Added qurt stub for pthread_cont_init
Updated to latest DriverFramework Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
+1
-1
Submodule src/lib/DriverFramework updated: e137690747...5df8560897
@@ -130,3 +130,8 @@ int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const s
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user