driver: adc: fix documentation comments
fixes errors in adc documentation comment Signed-off-by: Jason Yuan <jasonyuan@google.com>
This commit is contained in:
parent
f6eeb9dc84
commit
66018d5f0a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue