radioshack-dmm: build fixes
This commit is contained in:
parent
d375b3c3ec
commit
7b0a85c81c
|
@ -124,7 +124,7 @@ if test "x$HW_FLUKE_DMM" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(radioshack-dmm, AC_HELP_STRING([--enable-radioshack-dmm],
|
AC_ARG_ENABLE(radioshack-dmm, AC_HELP_STRING([--enable-radioshack-dmm],
|
||||||
[Enable Fluke DMM support. [default=yes]]),
|
[Enable Radio Shack DMM support. [default=yes]]),
|
||||||
[HW_RADIOSHACK_DMM="$enableval"],
|
[HW_RADIOSHACK_DMM="$enableval"],
|
||||||
[HW_RADIOSHACK_DMM=yes])
|
[HW_RADIOSHACK_DMM=yes])
|
||||||
AM_CONDITIONAL(HW_RADIOSHACK_DMM, test x$HW_RADIOSHACK_DMM = xyes)
|
AM_CONDITIONAL(HW_RADIOSHACK_DMM, test x$HW_RADIOSHACK_DMM = xyes)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "libsigrok/libsigrok.h"
|
#include "libsigrok.h"
|
||||||
#include "libsigrok-internal.h"
|
#include "libsigrok-internal.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "radioshack-dmm.h"
|
#include "radioshack-dmm.h"
|
||||||
|
|
|
@ -403,4 +403,3 @@ SR_PRIV int radioshack_receive_data(int fd, int revents, void *cb_data)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue