From 8671214a2d1a10722e995c8e68a8cae5ca124242 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 15 Mar 2026 20:25:50 +0100 Subject: [PATCH] avr: fixed apidoc --- avr/devices/all/sendvalue.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/devices/all/sendvalue.asm b/avr/devices/all/sendvalue.asm index 9272456..06d8cc7 100644 --- a/avr/devices/all/sendvalue.asm +++ b/avr/devices/all/sendvalue.asm @@ -24,7 +24,7 @@ ; @param R21:R20 denom (e.g. 100, meaning value must be divided by 100) ; @param R22 value type ; @return CFLAG on success, cleared on error -; @clobbers (R16, R17, R18, R19, R20, R21, R23, R24, R25, X) +; @clobbers (R16, R17, R18, R19, R20, R21, R23, R24, R25, Y, X) Main_SendValueReport: push r17