nancy.liao
2025-05-08 bf8143c649292042de87c0cef63e6cb3c523388f
libscpi/src/test-interactive.cpp
@@ -54,7 +54,6 @@
int SCPI_Error(scpi_t * context, int_fast16_t err) {
    (void) context;
    std::cerr << "**ERROR: " << err << ", \"" << SCPI_ErrorTranslate(err) << "\"" << std::endl;
    return 0;
}
@@ -91,7 +90,7 @@
    (void) argv;
    // SCPI_Init(&scpi_context,
    //         myscpi_commands,
      //       scpi_commands,
    //         &scpi_interface,
    //         scpi_units_def,
    //         SCPI_IDN1, SCPI_IDN2, SCPI_IDN3, SCPI_IDN4,