Jan Breuer
2015-03-19 4f9030e488f68c0ab5b5fafd9165f4d9947eb27f
libscpi/test/test_parser.c
@@ -68,9 +68,10 @@
    (void)context;
}
scpi_result_t SCPI_Test(scpi_t * context)
int32_t SCPI_Test(scpi_t * context)
{
    (void)context;
    (void)context;
    return 0;
}
scpi_result_t SCPI_Flush(scpi_t * context)
@@ -103,7 +104,6 @@
    .interface = &scpi_interface,
    .registers = scpi_regs,
    .units = scpi_units_def,
    .special_numbers = scpi_special_numbers_def,
    .idn = {"MANUFACTURE", "INSTR2013", NULL, "01-02"},
};