2
0
forked from Ivasoft/DSView

fix minor display issues

This commit is contained in:
DreamSourceLab
2017-07-24 18:52:05 +08:00
parent ec3dc1065b
commit 0d581e10e8
10 changed files with 34 additions and 32 deletions

View File

@@ -24,8 +24,6 @@
#include "dsl.h"
#include "command.h"
#undef min
#define min(a,b) ((a)<(b)?(a):(b))
static struct sr_dev_mode mode_list[] = {
{"OSC", DSO},