hdlc-interface #6

Merged
stud126186 merged 15 commits from hdlc-interface into master 2023-06-26 08:00:17 +00:00
Showing only changes of commit bfd1776bba - Show all commits

2
main.c
View File

@ -8,7 +8,7 @@
int main(void)
{
//example
uint8_t data = 'A';
uart_init(9600,0);