From f2ab0d8b9fb59dc3916080d94dd2917f2a9dd804 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 4 Sep 2024 23:18:20 +0200 Subject: [PATCH] avr: fixed comments. --- avr/modules/com2/lowlevel.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avr/modules/com2/lowlevel.asm b/avr/modules/com2/lowlevel.asm index 6c85c43..14a1522 100644 --- a/avr/modules/com2/lowlevel.asm +++ b/avr/modules/com2/lowlevel.asm @@ -104,7 +104,7 @@ com2ReceiveByte_error: ; --------------------------------------------------------------------------- ; com2WaitForDataLow ; -; Waits up to COM2_MAXWAIT_US loops for low data line +; Waits up to 1ms for low data line ; IN: ; OUT: ; - CFLAG: set if okay, clear otherwise @@ -119,7 +119,7 @@ com2WaitForDataLow: ; --------------------------------------------------------------------------- ; com2WaitForDataHigh ; -; Waits up to COM2_MAXWAIT_US loops for high data line +; Waits up to 1ms for high data line ; IN: ; OUT: ; - CFLAG: set if okay, clear otherwise @@ -134,7 +134,7 @@ com2WaitForDataHigh: ; --------------------------------------------------------------------------- ; com2WaitForAttnHigh ; -; Waits up to COM2_MAXWAIT_US loops for high ATTN line +; Waits up to 1ms for high ATTN line ; IN: ; OUT: ; - CFLAG: set if okay, clear otherwise