diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-22 11:21:43 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-22 11:21:43 -0400 |
commit | ca04caa42c18c59b47eae6f62b66843f7ef9707e (patch) | |
tree | 31379b5e33657b39359cafb21177101b118aa5f9 /docs | |
parent | 2b81b2935c8fc9c8c4e86f3799779333dac7f49c (diff) | |
download | kutter-ca04caa42c18c59b47eae6f62b66843f7ef9707e.tar.gz kutter-ca04caa42c18c59b47eae6f62b66843f7ef9707e.tar.xz kutter-ca04caa42c18c59b47eae6f62b66843f7ef9707e.zip |
docs: Fix SAM4E8E benchmark test revision
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index a3dc7a5c..993b867f 100755 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -298,7 +298,7 @@ config_stepper oid=2 step_pin=PD8 dir_pin=PD13 min_stop_interval=0 invert_step=0 finalize_config crc=0 ``` -The test was last run on commit `e94f3b7` with gcc version +The test was last run on commit `34c3cb5c` with gcc version `arm-none-eabi-gcc (15:5.4.1+svn241155-1) 5.4.1 20160919`. The best single stepper result is `SET ticks 295`, the best dual stepper result is `SET ticks 264`, and the best three stepper result is `SET ticks |