| 29 | void gui_console_clear() {} |
| 30 | void gui_console_printf(const char *format, ...) { (void)format; } |
| 31 | void gui_console_err_printf(const char *format, ...) { (void)format; } |
| 32 | asic_rev_t gui_handle_reset(const boot_ver_t* boot_ver, asic_rev_t loaded_rev, asic_rev_t default_rev, bool* python) { |
| 33 | (void)boot_ver; |
| 34 | (void)loaded_rev; |
nothing calls this directly
no outgoing calls
no test coverage detected