]> sigrok.org Git - pulseview.git/commitdiff
Example channel names: Consistently use all-caps.
authorUwe Hermann <redacted>
Sat, 29 Nov 2014 12:17:04 +0000 (13:17 +0100)
committerUwe Hermann <redacted>
Sat, 29 Nov 2014 12:17:04 +0000 (13:17 +0100)
Rename Tx->TX and Rx->RX to be consistent with the other names.

pv/view/signal.cpp

index ecf74f08c0fc8528c94b099de5e280902891f2b6..afd9ca7413f4a8b426dc3f6a3a17970f6723fbdf 100644 (file)
@@ -47,8 +47,8 @@ const char *const ChannelNames[] = {
        "IN",
        "OUT",
        "RST",
-       "Tx",
-       "Rx",
+       "TX",
+       "RX",
        "EN",
        "SCLK",
        "MOSI",