Jan Breuer
2015-04-19 ee34e311bc4a79458ed16aefbd34774fe77e3811
examples/common/scpi-def.c
@@ -162,6 +162,8 @@
}
static const scpi_command_t scpi_commands[] = {
    /* { .pattern = "pattern", .callback = callback}, */
    /* IEEE Mandated Commands (SCPI std V1999.0 4.1.1) */
    { .pattern = "*CLS", .callback = SCPI_CoreCls,},
    { .pattern = "*ESE", .callback = SCPI_CoreEse,},
@@ -243,3 +245,4 @@
    .special_numbers = scpi_special_numbers_def,
    .idn = {"MANUFACTURE", "INSTR2013", NULL, "01-02"},
};