Alexander Myltsev 6e5222e2e3 Initial commit
2023-01-13 13:07:06 +04:00

5 lines
54 B
C

#pragma once
void uartputc(char c);
void uartinit();