From 292453d3060abf81e13aeb7bc7d76d3c3709da79 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 15 Jun 2017 15:06:10 -0400 Subject: 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 --- src/generic/misc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/generic/misc.h') diff --git a/src/generic/misc.h b/src/generic/misc.h index 4408a34a..9847e9a9 100644 --- a/src/generic/misc.h +++ b/src/generic/misc.h @@ -4,8 +4,6 @@ #include // size_t #include // uint8_t -char *console_get_input(uint8_t *plen); -void console_pop_input(uint8_t len); char *console_get_output(uint8_t len); void console_push_output(uint8_t len); -- cgit v1.2.3-70-g09d2