From b6435787623238695e68a3d583520cf900faa675 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Sun, 13 Jun 2021 09:45:36 +0200 Subject: [PATCH] #19 --- src/eez/modules/psu/gui/data.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/eez/modules/psu/gui/data.cpp b/src/eez/modules/psu/gui/data.cpp index 609dc1959..afa67b343 100644 --- a/src/eez/modules/psu/gui/data.cpp +++ b/src/eez/modules/psu/gui/data.cpp @@ -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 } }; @@ -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 } }; @@ -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 } };