aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-05-02 23:20:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-05-07 13:53:47 -0400
commit1ed67120cde08dc32262d4adc04ff1f693a448d8 (patch)
tree1dc50766ba63037676cbfcf97858809f362745b9 /docs
parent76b839a0ac83c7c3d56b3ef60dd17d892c30571c (diff)
downloadkutter-1ed67120cde08dc32262d4adc04ff1f693a448d8.tar.gz
kutter-1ed67120cde08dc32262d4adc04ff1f693a448d8.tar.xz
kutter-1ed67120cde08dc32262d4adc04ff1f693a448d8.zip
debugcmds: Remove start/end_group commands
These commands were never used by the main code and are not particularly helpful for debugging. Remove them to reduce code size - in particular on the pru architecture. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Benchmarks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md
index faf2ed1b..7a418873 100644
--- a/docs/Benchmarks.md
+++ b/docs/Benchmarks.md
@@ -390,7 +390,7 @@ communication mechanism. The test is run using the console.py tool
cut-and-paste into the console.py terminal window:
```
DELAY {clock + 2*freq} get_uptime
-FLOOD 100000 0.0 end_group
+FLOOD 100000 0.0 debug_nop
get_uptime
```