Added missing comment part

This commit is contained in:
anschrammh 2022-12-21 10:01:10 +01:00
parent eaf5473928
commit 1909fac7f9

View File

@ -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 * 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. * or @ref QMC5883L_get_MFields_calibrated functions.
* *
* @param MC * @param MC the mode control, can be Standby or Continuous.
* @return true on success * @return true on success
* @return false on failure * @return false on failure
*/ */