Fix Terminal feature on ChibiOS
This commit is contained in:
parent
ec34b53864
commit
40313cfa3b
3 changed files with 6 additions and 1 deletions
|
@ -73,7 +73,9 @@ void print_set_sendchar(int8_t (*print_sendchar_func)(uint8_t));
|
|||
|
||||
#elif defined(PROTOCOL_CHIBIOS) /* PROTOCOL_CHIBIOS */
|
||||
|
||||
#ifndef TERMINAL_ENABLE
|
||||
# include "chibios/printf.h"
|
||||
#endif
|
||||
|
||||
# ifdef USER_PRINT /* USER_PRINT */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue