From: Uwe Hermann Date: Sat, 29 Nov 2014 12:17:04 +0000 (+0100) Subject: Example channel names: Consistently use all-caps. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=fae4a2e674ddec22ba68b15fad1eb0bd8b151967 Example channel names: Consistently use all-caps. Rename Tx->TX and Rx->RX to be consistent with the other names. --- diff --git a/pv/view/signal.cpp b/pv/view/signal.cpp index ecf74f0..afd9ca7 100644 --- a/pv/view/signal.cpp +++ b/pv/view/signal.cpp @@ -47,8 +47,8 @@ const char *const ChannelNames[] = { "IN", "OUT", "RST", - "Tx", - "Rx", + "TX", + "RX", "EN", "SCLK", "MOSI",