mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
update: log lib head file path
This commit is contained in:
parent
19cf70a18f
commit
19c940fc35
@ -22,7 +22,7 @@
|
|||||||
#ifndef _DSV_LOG_H_
|
#ifndef _DSV_LOG_H_
|
||||||
#define _DSV_LOG_H_
|
#define _DSV_LOG_H_
|
||||||
|
|
||||||
#include <common/log/xlog.h>
|
#include <log/xlog.h>
|
||||||
|
|
||||||
extern xlog_writer *dsv_log;
|
extern xlog_writer *dsv_log;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#ifndef _SR_LOG_H_
|
#ifndef _SR_LOG_H_
|
||||||
#define _SR_LOG_H_
|
#define _SR_LOG_H_
|
||||||
|
|
||||||
#include <common/log/xlog.h>
|
#include <log/xlog.h>
|
||||||
#include "libsigrok.h"
|
#include "libsigrok.h"
|
||||||
|
|
||||||
extern xlog_writer *sr_log;
|
extern xlog_writer *sr_log;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef LIBSIGROK_SIGROK_PROTO_H
|
#ifndef LIBSIGROK_SIGROK_PROTO_H
|
||||||
#define LIBSIGROK_SIGROK_PROTO_H
|
#define LIBSIGROK_SIGROK_PROTO_H
|
||||||
|
|
||||||
#include <common/log/xlog.h>
|
#include <log/xlog.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <common/log/xlog.h>
|
#include <log/xlog.h>
|
||||||
|
|
||||||
#define DECODE_NUM_HEX_MAX_LEN 35
|
#define DECODE_NUM_HEX_MAX_LEN 35
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#ifndef _SRD_LOG_H_
|
#ifndef _SRD_LOG_H_
|
||||||
#define _SRD_LOG_H_
|
#define _SRD_LOG_H_
|
||||||
|
|
||||||
#include <common/log/xlog.h>
|
#include <log/xlog.h>
|
||||||
#include "libsigrokdecode.h"
|
#include "libsigrokdecode.h"
|
||||||
|
|
||||||
extern xlog_writer *srd_log;
|
extern xlog_writer *srd_log;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user