mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 08:27:35 +08:00
purge broken qurt support and atlflight boards
This commit is contained in:
@@ -49,7 +49,7 @@ WorkQueue::WorkQueue(const wq_config_t &config) :
|
||||
// set the threads name
|
||||
#ifdef __PX4_DARWIN
|
||||
pthread_setname_np(_config.name);
|
||||
#elif !defined(__PX4_QURT)
|
||||
#else
|
||||
pthread_setname_np(pthread_self(), _config.name);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user