dbus: dvr - don't declare dvr_dbus_timer without dbus
This commit is contained in:
parent
cfe09bc14f
commit
9d3168e2b0
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ int dvr_iov_max;
|
||||||
struct dvr_config_list dvrconfigs;
|
struct dvr_config_list dvrconfigs;
|
||||||
struct dvr_entry_list dvrentries;
|
struct dvr_entry_list dvrentries;
|
||||||
|
|
||||||
|
#if ENABLE_DBUS_1
|
||||||
static gtimer_t dvr_dbus_timer;
|
static gtimer_t dvr_dbus_timer;
|
||||||
|
#endif
|
||||||
|
|
||||||
static void dvr_timer_expire(void *aux);
|
static void dvr_timer_expire(void *aux);
|
||||||
static void dvr_timer_start_recording(void *aux);
|
static void dvr_timer_start_recording(void *aux);
|
||||||
|
|
Loading…
Add table
Reference in a new issue