Jan Breuer
2015-04-18 0cb7ce28d5dc0508d3eb2c1e52ff2fc555442d9a
examples/test-interactive/main.c
@@ -65,18 +65,6 @@
    return SCPI_RES_OK;
}
/**
 * Callback for *TST? command
 *
 * It returns directly the result of the test
 * @param context
 * @return 0 means "test was OK", other values means, that some error bits are set
 */
int32_t SCPI_Test(scpi_t * context) {
    fprintf(stderr, "**Test\r\n");
    return 0;
}
scpi_result_t SCPI_Reset(scpi_t * context) {
    fprintf(stderr, "**Reset\r\n");
    return SCPI_RES_OK;