projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360ab9b
)
Example channel names: Consistently use all-caps.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 29 Nov 2014 12:17:04 +0000
(13:17 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
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
patch
|
blob
|
history
diff --git
a/pv/view/signal.cpp
b/pv/view/signal.cpp
index ecf74f08c0fc8528c94b099de5e280902891f2b6..afd9ca7413f4a8b426dc3f6a3a17970f6723fbdf 100644
(file)
--- a/
pv/view/signal.cpp
+++ b/
pv/view/signal.cpp
@@
-47,8
+47,8
@@
const char *const ChannelNames[] = {
"IN",
"OUT",
"RST",
- "T
x
",
- "R
x
",
+ "T
X
",
+ "R
X
",
"EN",
"SCLK",
"MOSI",