Skip to content

Commit

Permalink
#19
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jun 13, 2021
1 parent 91a84f3 commit b643578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/eez/modules/psu/gui/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ EnumItem g_enumDefinition_IO_PINS_INPUT1_FUNCTION[] = {
{ io_pins::FUNCTION_INPUT, "Input" },
{ io_pins::FUNCTION_INHIBIT, "Inhibit" },
{ io_pins::FUNCTION_SYSTRIG, "System trigger", "SysTrig" },
{ io_pins::FUNCTION_UART, "UART" },
{ io_pins::FUNCTION_UART, "UART RX" },
{ 0, 0 }
};

Expand All @@ -172,7 +172,7 @@ EnumItem g_enumDefinition_IO_PINS_INPUT1_FUNCTION_WITH_DLOG_TRIGGER[] = {
{ io_pins::FUNCTION_INPUT, "Input" },
{ io_pins::FUNCTION_INHIBIT, "Inhibit" },
{ io_pins::FUNCTION_SYSTRIG, "System trigger", "SysTrig" },
{ io_pins::FUNCTION_UART, "UART" },
{ io_pins::FUNCTION_UART, "UART RX" },
{ io_pins::FUNCTION_DLOGTRIG, "DLOG trigger", "DlogTrig" },
{ 0, 0 }
};
Expand Down Expand Up @@ -200,7 +200,7 @@ EnumItem g_enumDefinition_IO_PINS_OUTPUT1_FUNCTION[] = {
{ io_pins::FUNCTION_FAULT, "Fault" },
{ io_pins::FUNCTION_ON_COUPLE, "Channel ON couple", "ONcoup" },
{ io_pins::FUNCTION_TOUTPUT, "Trigger output", "Toutput" },
{ io_pins::FUNCTION_UART, "UART" },
{ io_pins::FUNCTION_UART, "UART TX" },
{ 0, 0 }
};

Expand Down

0 comments on commit b643578

Please sign in to comment.