| 457 | }; |
| 458 | |
| 459 | eZ80portrange_t init_uart(void) { |
| 460 | gui_console_printf("[CEmu] Initialized UART...\n"); |
| 461 | return puart; |
| 462 | } |
| 463 | |
| 464 | static void uart_init_events(void) { |
| 465 | sched_init_event(SCHED_UART, CLOCK_3M, uart_event); |
no test coverage detected