From 1909fac7f99d3076bd6252196d8ad3ae43458140 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Wed, 21 Dec 2022 10:01:10 +0100 Subject: [PATCH] Added missing comment part --- src/W800 SDK v1.00.08/app/drivers/i2c/QMC5883L.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W800 SDK v1.00.08/app/drivers/i2c/QMC5883L.h b/src/W800 SDK v1.00.08/app/drivers/i2c/QMC5883L.h index 8d5aa29..4e7e954 100644 --- a/src/W800 SDK v1.00.08/app/drivers/i2c/QMC5883L.h +++ b/src/W800 SDK v1.00.08/app/drivers/i2c/QMC5883L.h @@ -169,7 +169,7 @@ bool QMC5883L_configure_2(bool rolling_ptr, bool data_ready_int); * Continuous : puts the sensor in active mode by continuously performing measurement that can be retrieved using the @ref QMC5883L_get_MFields_raw * or @ref QMC5883L_get_MFields_calibrated functions. * - * @param MC + * @param MC the mode control, can be Standby or Continuous. * @return true on success * @return false on failure */