examples/common/scpi-def.c
@@ -149,7 +149,7 @@ } SCPI_ChoiceToName(trigger_source, param, &name); fprintf(stderr, "\tP1=%s (%d)\r\n", name, param); fprintf(stderr, "\tP1=%s (%ld)\r\n", name, (long int)param); SCPI_ResultInt(context, param); @@ -283,3 +283,4 @@ .units = scpi_units_def, .idn = {"MANUFACTURE", "INSTR2013", NULL, "01-02"}, };