2022-11-21 01:07:39 +03:00

5 lines
54 B
C

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