Skip to content

Commit 6ddf6f2

Browse files
committed
rtt: Refactor some of the code
1 parent 6c88ef5 commit 6ddf6f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UsingRTT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ grep 2000 HelloWorld.ino.map | grep RTT
121121

122122
- ``monitor rtt send string``
123123

124-
push *string* to the rtt down buffer. It is equivalent to pushing the string to ttyBmpTarg.
124+
push *string* to the RTT down buffer. It is equivalent to pushing the string to ttyBmpTarg.
125125

126126
- ``monitor rtt ident``
127127

src/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const command_s cmd_list[] = {
9797
#ifdef ENABLE_RTT
9898
{"rtt", cmd_rtt,
9999
"[enable|disable|status|channel [0..15 ...]|ident [STR]|send [STR]|cblock|ram [RAM_START RAM_END]|"
100-
"poll [MAXMS MMINMS AXERR]]"},
100+
"poll [MAXMS MINMS MAXERR]]"},
101101
#endif
102102
#ifdef PLATFORM_HAS_TRACESWO
103103
#if defined TRACESWO_PROTOCOL && TRACESWO_PROTOCOL == 2

0 commit comments

Comments
 (0)