File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ grep 2000 HelloWorld.ino.map | grep RTT
121
121
122
122
- `` monitor rtt send string ``
123
123
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.
125
125
126
126
- `` monitor rtt ident ``
127
127
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const command_s cmd_list[] = {
97
97
#ifdef ENABLE_RTT
98
98
{"rtt" , cmd_rtt ,
99
99
"[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 ]]" },
101
101
#endif
102
102
#ifdef PLATFORM_HAS_TRACESWO
103
103
#if defined TRACESWO_PROTOCOL && TRACESWO_PROTOCOL == 2
You can’t perform that action at this time.
0 commit comments