2
0
forked from Ivasoft/DSView

Add cursor measurements for daq mode

This commit is contained in:
DreamSourceLab
2019-11-15 05:12:46 -08:00
parent 508542a3ae
commit fe096280fc
5 changed files with 246 additions and 9 deletions

View File

@@ -119,9 +119,9 @@ static const char *probeMapUnits[] = {
};
static struct sr_dev_mode mode_list[] = {
{LOGIC, "Logic Analyzer", "逻辑分析仪", "la.png"},
{ANALOG, "Data Acquisition", "数据记录仪", "daq.png"},
{DSO, "Oscilloscope", "示波器", "osc.png"},
{LOGIC, "Logic Analyzer", "逻辑分析仪", "la", "la.png"},
{ANALOG, "Data Acquisition", "数据记录仪", "daq", "daq.png"},
{DSO, "Oscilloscope", "示波器", "osc", "osc.png"},
};
static int trans_data(struct sr_dev_inst *sdi)