driver: adc: fix documentation comments

fixes errors in adc documentation comment

Signed-off-by: Jason Yuan <jasonyuan@google.com>
This commit is contained in:
Jason Yuan 2023-06-30 12:14:24 -07:00 committed by Fabio Baltieri
commit 66018d5f0a
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ struct current_sense_amplifier_dt_spec {
}
/**
* @brief Calculates the actual voltage from the measured voltage
* @brief Calculates the actual amperage from the measured voltage
*
* @param[in] spec current sensor specification from Devicetree.
* @param[in,out] v_to_i Pointer to the measured voltage in millivolts on input, and the

View file

@ -31,7 +31,7 @@ struct current_sense_shunt_dt_spec {
}
/**
* @brief Calculates the actual voltage from the measured voltage
* @brief Calculates the actual amperage from the measured voltage
*
* @param[in] spec current sensor specification from Devicetree.
* @param[in,out] v_to_i Pointer to the measured voltage in millivolts on input, and the