9 lines
113 B
C
9 lines
113 B
C
#include "comet46.h"
|
|
|
|
void uart_init(void) {
|
|
SERIAL_UART_INIT();
|
|
}
|
|
|
|
void matrix_init_kb(void) {
|
|
uart_init();
|
|
}
|