did some stuff, will probably refactor later

This commit is contained in:
Jozef Nagy 2025-05-11 22:20:45 +02:00
parent 10ee4fcbd9
commit bc4ec556e2
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
46 changed files with 1013 additions and 35635 deletions

View file

@ -22,7 +22,7 @@
#include <stdint.h>
void uart_init(uint16_t baud_rate);
void uart_init(uint32_t baud_rate);
void uart_send(char c);
void uart_sendstr(char *str);