Skip to content
Snippets Groups Projects
Commit 44ac3404 authored by cnlohr's avatar cnlohr
Browse files

'r' is also a command that cannot be chained together.

parent 609084fc
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ keep_going:
case 'r':
// This is clearly not the "best" method to exit reset. I don't know why this combination works.
wch_link_multicommands( devh, 3, 4, "\x81\x0b\x01\x01", 4, "\x81\x0d\x01\x02", 4, "\x81\x0d\x01\xff" );
must_be_end = 'r';
break;
case 'R':
// Part one "immediately" places the part into reset. Part 2 says when we're done, leave part in reset.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment