add comment

This commit is contained in:
hugogogo
2025-03-07 10:57:59 +01:00
parent 10480f63d7
commit 1bb2e880c8

View File

@@ -104,6 +104,7 @@ void uart_tx(char c) {
UDR0 = (unsigned char) c; // 20.11.1 : Put data into buffer, UDRn USART I/O Data Register (read and write)
}
// screen /dev/ttyUSB0 115200
int main() {
uart_init();
while (1) {