hantek-dso: Quickfix for build issue (will be removed later).
This commit is contained in:
parent
f4575b6549
commit
88ff66c2c9
|
@ -35,6 +35,8 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "dso.h"
|
#include "dso.h"
|
||||||
|
|
||||||
|
/* FIXME: Temporary build fix, this will be removed later. */
|
||||||
|
#define GTV_TO_MSEC(gtv) (gtv.tv_sec * 1000 + gtv.tv_usec / 1000)
|
||||||
|
|
||||||
/* Max time in ms before we want to check on events */
|
/* Max time in ms before we want to check on events */
|
||||||
#define TICK 1
|
#define TICK 1
|
||||||
|
|
Loading…
Reference in New Issue