mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 05:37:54 -06:00
docs: Update Code_Overview.md with PRU and command_dispatch() changes
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f0f4ab7abe
commit
f3da473285
2 changed files with 15 additions and 12 deletions
|
@ -217,7 +217,7 @@ const struct command_encoder encode_acknak PROGMEM = {
|
|||
|
||||
enum { CF_NEED_SYNC=1<<0, CF_NEED_VALID=1<<1 };
|
||||
|
||||
// Find the next complete message.
|
||||
// Find the next complete message block
|
||||
int8_t
|
||||
command_find_block(char *buf, uint8_t buf_len, uint8_t *pop_count)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue