radioshack-dmm: Use new file naming conventions.
This commit is contained in:
parent
4e172b8f8d
commit
936e27f197
|
@ -25,8 +25,8 @@ noinst_LTLIBRARIES = libsigrokhwradioshackdmm.la
|
||||||
|
|
||||||
libsigrokhwradioshackdmm_la_SOURCES = \
|
libsigrokhwradioshackdmm_la_SOURCES = \
|
||||||
api.c \
|
api.c \
|
||||||
radioshack.c \
|
protocol.c \
|
||||||
radioshack-dmm.h
|
protocol.h
|
||||||
|
|
||||||
libsigrokhwradioshackdmm_la_CFLAGS = \
|
libsigrokhwradioshackdmm_la_CFLAGS = \
|
||||||
-I$(top_srcdir)
|
-I$(top_srcdir)
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "libsigrok.h"
|
#include "libsigrok.h"
|
||||||
#include "libsigrok-internal.h"
|
#include "libsigrok-internal.h"
|
||||||
#include "radioshack-dmm.h"
|
#include "protocol.h"
|
||||||
|
|
||||||
static const int hwopts[] = {
|
static const int hwopts[] = {
|
||||||
SR_HWOPT_CONN,
|
SR_HWOPT_CONN,
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "libsigrok.h"
|
#include "libsigrok.h"
|
||||||
#include "libsigrok-internal.h"
|
#include "libsigrok-internal.h"
|
||||||
#include "radioshack-dmm.h"
|
#include "protocol.h"
|
||||||
|
|
||||||
/* Byte 1 of the packet, and the modes it represents */
|
/* Byte 1 of the packet, and the modes it represents */
|
||||||
#define IND1_HZ 0x80
|
#define IND1_HZ 0x80
|
|
@ -18,8 +18,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIBSIGROK_HARDWARE_RADIOSHACK_DMM_RADIOSHACK_DMM_H
|
#ifndef LIBSIGROK_HARDWARE_RADIOSHACK_DMM_PROTOCOL_H
|
||||||
#define LIBSIGROK_HARDWARE_RADIOSHACK_DMM_RADIOSHACK_DMM_H
|
#define LIBSIGROK_HARDWARE_RADIOSHACK_DMM_PROTOCOL_H
|
||||||
|
|
||||||
/* Message logging helpers with driver-specific prefix string. */
|
/* Message logging helpers with driver-specific prefix string. */
|
||||||
#define DRIVER_LOG_DOMAIN "radioshack-dmm: "
|
#define DRIVER_LOG_DOMAIN "radioshack-dmm: "
|
Loading…
Reference in New Issue