From 1112a1bf6fb3924c6ce6c5c4d788070e276bfcaf Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 16 Mar 2026 22:43:57 +0100 Subject: [PATCH] avr: remove debug code (need the space) --- avr/modules/rtc/ds3231/send.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/avr/modules/rtc/ds3231/send.asm b/avr/modules/rtc/ds3231/send.asm index c3e2765..5187ba2 100644 --- a/avr/modules/rtc/ds3231/send.asm +++ b/avr/modules/rtc/ds3231/send.asm @@ -83,7 +83,7 @@ Ds3231_SendTime_ret: ; @end - +#if 0 ; --------------------------------------------------------------------------- ; @routine ds3231SendDebug ; @@ -110,4 +110,7 @@ ds3231SendDebug: ds3231SendDebug_ret: ret ; @end +#endif + +