From fae4a2e674ddec22ba68b15fad1eb0bd8b151967 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 29 Nov 2014 13:17:04 +0100 Subject: [PATCH] Example channel names: Consistently use all-caps. Rename Tx->TX and Rx->RX to be consistent with the other names. --- pv/view/signal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.30.2