host mode fixups
This commit is contained in:
@ -1 +1,3 @@
|
||||
// empty
|
||||
void main() {
|
||||
|
||||
}
|
@ -14,7 +14,7 @@ typedef struct stdio_driver stdio_driver_t;
|
||||
static inline void stdio_usb_init() {}
|
||||
void stdio_uart_init();
|
||||
static inline void stdio_init_all() { stdio_uart_init(); }
|
||||
static inline void stdio_filter_driver(stdio_driver_t *);
|
||||
static inline void stdio_filter_driver(stdio_driver_t *driver) {}
|
||||
static inline void stdio_set_translate_crlf(stdio_driver_t *driver, bool enabled) {}
|
||||
int getchar_timeout_us(uint32_t timeout_us);
|
||||
|
||||
|
Reference in New Issue
Block a user