From f3da473285557b0424d9b649bc67faa686d74393 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 11 Aug 2017 11:55:30 -0400 Subject: docs: Update Code_Overview.md with PRU and command_dispatch() changes Signed-off-by: Kevin O'Connor --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 87284ee8..3e5ef4c9 100644 --- a/src/command.c +++ b/src/command.c @@ -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) { -- cgit v1.2.3-70-g09d2