Fix HRT init compile error

This commit is contained in:
Lorenz Meier
2015-11-22 15:50:14 +01:00
parent f6a6c41af5
commit 2730d8ab20

View File

@@ -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