aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/peripherals/sensors/hal_barometer.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/lib/peripherals/sensors/hal_barometer.h')
-rw-r--r--os/hal/lib/peripherals/sensors/hal_barometer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/lib/peripherals/sensors/hal_barometer.h b/os/hal/lib/peripherals/sensors/hal_barometer.h
index dd922c966..74f9a9828 100644
--- a/os/hal/lib/peripherals/sensors/hal_barometer.h
+++ b/os/hal/lib/peripherals/sensors/hal_barometer.h
@@ -138,8 +138,7 @@ typedef struct {
/**
* @brief Updates barometer bias data from received buffer.
* @note The bias buffer must have the same length of the
- * the barometer channels number. Bias must be computed on
- * raw data and is a signed integer.
+ * the barometer channels number.
*
* @param[in] ip pointer to a @p BaseBarometer class.
* @param[in] bp pointer to a buffer of bias values.