fix(nodes): changing incorrect comment

This commit is contained in:
adrien balleyguier
2026-05-07 07:25:15 +02:00
committed by Klagarge
parent c32728ccbe
commit 6b12612580

View File

@@ -23,7 +23,7 @@ enum error_code co2_lvl_init();
* @return read_failed upon any error occuring during measurement
* @return success otherwise
* @note the content of holder should not be trusted upon returning something else than success
* @note for the first measurements after a reboot, holder will contain the value 0xffffffff
* @note the value is not read for the first few measurements after a reboot
*/
enum error_code co2_lvl_get_value(int* holder);