From f201ac4bd60265c8996f263adafadee8f9224306 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 22 Sep 2025 22:47:20 +0200 Subject: [PATCH] add to apidoc. --- avr/devices/all/sendvalue.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/avr/devices/all/sendvalue.asm b/avr/devices/all/sendvalue.asm index d97ac38..6826419 100644 --- a/avr/devices/all/sendvalue.asm +++ b/avr/devices/all/sendvalue.asm @@ -24,6 +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) Main_SendValueReport: push r17