radioshack-dmm: Use new file naming conventions.

This commit is contained in:
Uwe Hermann 2012-11-10 13:32:46 +01:00
parent 4e172b8f8d
commit 936e27f197
4 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@ noinst_LTLIBRARIES = libsigrokhwradioshackdmm.la
libsigrokhwradioshackdmm_la_SOURCES = \
api.c \
radioshack.c \
radioshack-dmm.h
protocol.c \
protocol.h
libsigrokhwradioshackdmm_la_CFLAGS = \
-I$(top_srcdir)

View File

@ -26,7 +26,7 @@
#include <errno.h>
#include "libsigrok.h"
#include "libsigrok-internal.h"
#include "radioshack-dmm.h"
#include "protocol.h"
static const int hwopts[] = {
SR_HWOPT_CONN,

View File

@ -25,7 +25,7 @@
#include <glib.h>
#include "libsigrok.h"
#include "libsigrok-internal.h"
#include "radioshack-dmm.h"
#include "protocol.h"
/* Byte 1 of the packet, and the modes it represents */
#define IND1_HZ 0x80

View File

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBSIGROK_HARDWARE_RADIOSHACK_DMM_RADIOSHACK_DMM_H
#define LIBSIGROK_HARDWARE_RADIOSHACK_DMM_RADIOSHACK_DMM_H
#ifndef LIBSIGROK_HARDWARE_RADIOSHACK_DMM_PROTOCOL_H
#define LIBSIGROK_HARDWARE_RADIOSHACK_DMM_PROTOCOL_H
/* Message logging helpers with driver-specific prefix string. */
#define DRIVER_LOG_DOMAIN "radioshack-dmm: "