forked from Ivasoft/DSView
Add DSLogic hardware support
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
*/
|
||||
|
||||
/* Currently selected libsigrok loglevel. Default: SR_LOG_WARN. */
|
||||
static int sr_loglevel = SR_LOG_WARN; /* Show errors+warnings per default. */
|
||||
//static int sr_loglevel = SR_LOG_WARN; /* Show errors+warnings per default. */
|
||||
static int sr_loglevel = SR_LOG_SPEW;
|
||||
|
||||
/* Function prototype. */
|
||||
static int sr_logv(void *cb_data, int loglevel, const char *format,
|
||||
|
||||
Reference in New Issue
Block a user