5 lines
54 B
C
Raw Normal View History

2022-11-21 00:53:29 +03:00
#pragma once
void uartputc(char c);
void uartinit();