5 lines
54 B
C
5 lines
54 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void uartputc(char c);
|
||
|
|
void uartinit();
|