From 65e60c2decbba01bff1386d78558df076703398c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 1 Sep 2024 20:06:05 +0200 Subject: [PATCH] Replace multiple wait macros with calls (saves 10 bytes). --- avr/modules/com2/lowlevel.asm | 18 ++++++++++++++++-- avr/modules/com2/packets.asm | 18 ++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/avr/modules/com2/lowlevel.asm b/avr/modules/com2/lowlevel.asm index 3a394c7..f4e6031 100644 --- a/avr/modules/com2/lowlevel.asm +++ b/avr/modules/com2/lowlevel.asm @@ -167,7 +167,7 @@ com2WaitForDataState1ms_loop: eor r22, r16 andi r22, (1<