Remove console out endpoint (#22304)

This commit is contained in:
Joel Challis
2024-01-09 14:01:34 +00:00
committed by GitHub
parent ccec4867c8
commit b6b3efc14b
7 changed files with 66 additions and 138 deletions

View File

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