From bea424de36a75f98695e0ec4b1e13ca12e8b8aac Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 4 May 2026 13:59:04 +0200 Subject: [PATCH] sgp30: fixed apidoc. --- avr/modules/sgp30/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/sgp30/main.asm b/avr/modules/sgp30/main.asm index e67de56..6b64376 100644 --- a/avr/modules/sgp30/main.asm +++ b/avr/modules/sgp30/main.asm @@ -75,7 +75,7 @@ SGP30_Fini: ; --------------------------------------------------------------------------- ; @routine SGP30_GetValue @global ; -; @param R16 value to get (SI7021_VALUE_TEMP, SI7021_VALUE_HUMIDITY) +; @param R16 value to get (SGP30_VALUE_CO2, SGP30_VALUE_TVOC) ; @return CFLAG set if value available, cleared otherwise ; @return R19:R18 value ; @return R21:R20 denom (e.g. 100, meaning value must be divided by 100)