1
0
Fork 0

Fix Terminal feature on ChibiOS

This commit is contained in:
Drashna Jael're 2018-10-30 18:00:43 -07:00 committed by Jack Humbert
parent ec34b53864
commit 40313cfa3b
3 changed files with 6 additions and 1 deletions

View file

@ -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 */