fix(nodes): changing incorrect comment
This commit is contained in:
@@ -23,7 +23,7 @@ enum error_code co2_lvl_init();
|
|||||||
* @return read_failed upon any error occuring during measurement
|
* @return read_failed upon any error occuring during measurement
|
||||||
* @return success otherwise
|
* @return success otherwise
|
||||||
* @note the content of holder should not be trusted upon returning something else than success
|
* @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);
|
enum error_code co2_lvl_get_value(int* holder);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user