Remove console out endpoint (#22304)
This commit is contained in:
@ -57,7 +57,4 @@ void usb_event_queue_task(void);
|
||||
/* Putchar over the USB console */
|
||||
int8_t sendchar(uint8_t c);
|
||||
|
||||
/* Flush output (send everything immediately) */
|
||||
void console_flush_output(void);
|
||||
|
||||
#endif /* CONSOLE_ENABLE */
|
||||
|
Reference in New Issue
Block a user