mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Fix HRT init compile error
This commit is contained in:
@@ -63,7 +63,7 @@ static void hrt_call_reschedule(void);
|
||||
#define HRT_INTERVAL_MAX 50000000
|
||||
|
||||
static px4_sem_t _hrt_lock;
|
||||
static struct work_s _hrt_work = {};
|
||||
static struct work_s _hrt_work;
|
||||
static hrt_abstime px4_timestart = 0;
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user