Skip to content

Commit

Permalink
debug:ioecp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jul 19, 2019
1 parent 6bd53d9 commit 785d33f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eez/scpi/commands_simulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@
SCPI_COMMAND("DEBUg:FAN:PID", scpi_cmd_debugFanPid) \
SCPI_COMMAND("DEBUg:FAN:PID?", scpi_cmd_debugFanPidQ) \
SCPI_COMMAND("DEBUg:CSV?", scpi_cmd_debugCsvQ) \
SCPI_COMMAND("DEBUg:IOEXp", scpi_cmd_debugIoexp) \
SCPI_COMMAND("DEBUg:IOEXp?", scpi_cmd_debugIoexpQ) \
SCPI_COMMAND("SYSTem:DATE:CLEar", scpi_cmd_systemDateClear) \
SCPI_COMMAND("SYSTem:TIME:CLEar", scpi_cmd_systemTimeClear) \
SCPI_COMMAND("SYSTem:SERial", scpi_cmd_systemSerial) \
Expand Down
2 changes: 2 additions & 0 deletions src/eez/scpi/commands_stm32.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@
SCPI_COMMAND("DEBUg:FAN:PID", scpi_cmd_debugFanPid) \
SCPI_COMMAND("DEBUg:FAN:PID?", scpi_cmd_debugFanPidQ) \
SCPI_COMMAND("DEBUg:CSV?", scpi_cmd_debugCsvQ) \
SCPI_COMMAND("DEBUg:IOEXp", scpi_cmd_debugIoexp) \
SCPI_COMMAND("DEBUg:IOEXp?", scpi_cmd_debugIoexpQ) \
SCPI_COMMAND("SYSTem:DATE:CLEar", scpi_cmd_systemDateClear) \
SCPI_COMMAND("SYSTem:TIME:CLEar", scpi_cmd_systemTimeClear) \
SCPI_COMMAND("SYSTem:SERial", scpi_cmd_systemSerial) \
Expand Down

0 comments on commit 785d33f

Please sign in to comment.