From: Uwe Hermann Date: Sat, 29 Nov 2014 12:17:04 +0000 (+0100) Subject: Example channel names: Consistently use all-caps. X-Git-Tag: pulseview-0.3.0~420 X-Git-Url: https://sigrok.org/gitweb/?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 ecf74f08..afd9ca74 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",