mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-08 15:37:31 -06:00
command: Move command_task() to board specific code
Move the command_task() code from the generic code to the board specific code. This enables more flexibility in how the board specific code processes input. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1ae78d08e9
commit
292453d306
8 changed files with 67 additions and 39 deletions
|
@ -35,6 +35,8 @@
|
|||
// command.c
|
||||
struct command_encoder;
|
||||
void _sendf(const struct command_encoder *ce, ...);
|
||||
int8_t command_find_block(char *buf, uint8_t buf_len, uint8_t *pop_count);
|
||||
void command_dispatch(char *buf, uint8_t msglen);
|
||||
|
||||
// out/compile_time_request.c (auto generated file)
|
||||
struct command_encoder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue