cmake instead of make

This commit is contained in:
2020-02-02 21:09:51 -08:00
parent 24c232e131
commit 5cb45ad648
4 changed files with 84 additions and 3 deletions

1
lib.h
View File

@@ -1,3 +1,4 @@
void uart_init() {
// Upper and lower bytes of the calculated prescaler value for baud.
UBRR0H = UBRRH_VALUE;