5 lines
54 B
C
Raw Permalink Normal View History

2023-01-13 12:56:54 +04:00
#pragma once
void uartputc(char c);
void uartinit();