Skip to content

Commit

Permalink
driver: adc: fix documentation comments
Browse files Browse the repository at this point in the history
fixes errors in adc documentation comment

Signed-off-by: Jason Yuan <[email protected]>
  • Loading branch information
ualbertagreen authored and fabiobaltieri committed Jul 2, 2023
1 parent f6eeb9d commit 66018d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/zephyr/drivers/adc/current_sense_amplifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/zephyr/drivers/adc/current_sense_shunt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66018d5

Please sign in to comment.