hantek-dso: File naming consistency changes.
This commit is contained in:
parent
2cb232a9e4
commit
caeb8d7a9d
|
@ -319,8 +319,8 @@ src_libdrivers_la_SOURCES += \
|
|||
endif
|
||||
if HW_HANTEK_DSO
|
||||
src_libdrivers_la_SOURCES += \
|
||||
src/hardware/hantek-dso/dso.h \
|
||||
src/hardware/hantek-dso/dso.c \
|
||||
src/hardware/hantek-dso/protocol.h \
|
||||
src/hardware/hantek-dso/protocol.c \
|
||||
src/hardware/hantek-dso/api.c
|
||||
endif
|
||||
if HW_HP_3457A
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <libusb.h>
|
||||
#include <libsigrok/libsigrok.h>
|
||||
#include "libsigrok-internal.h"
|
||||
#include "dso.h"
|
||||
#include "protocol.h"
|
||||
|
||||
/* Max time in ms before we want to check on USB events */
|
||||
/* TODO tune this properly */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <libusb.h>
|
||||
#include <libsigrok/libsigrok.h>
|
||||
#include "libsigrok-internal.h"
|
||||
#include "dso.h"
|
||||
#include "protocol.h"
|
||||
|
||||
#define NUM_CHANNELS 2
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBSIGROK_HARDWARE_HANTEK_DSO_DSO_H
|
||||
#define LIBSIGROK_HARDWARE_HANTEK_DSO_DSO_H
|
||||
#ifndef LIBSIGROK_HARDWARE_HANTEK_DSO_PROTOCOL_H
|
||||
#define LIBSIGROK_HARDWARE_HANTEK_DSO_PROTOCOL_H
|
||||
|
||||
#define LOG_PREFIX "hantek-dso"
|
||||
|
Loading…
Reference in New Issue