From 1bb2e880c85392788752a9448f0371e19135aa34 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Fri, 7 Mar 2025 10:57:59 +0100 Subject: [PATCH] add comment --- module02/ex00/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/module02/ex00/main.c b/module02/ex00/main.c index c29b238..b456e75 100644 --- a/module02/ex00/main.c +++ b/module02/ex00/main.c @@ -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) {