smbus: doc: Fix smbus_dt_spec documentation
Fixed Doxygen doc for smbus_dt_spec. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
723421b231
commit
d72ad22c49
|
@ -288,12 +288,11 @@ struct smbus_callback {
|
|||
|
||||
/**
|
||||
* @brief Complete SMBus DT information
|
||||
*
|
||||
* @param bus SMBus bus
|
||||
* @param addr Address of the SMBus peripheral device.
|
||||
*/
|
||||
struct smbus_dt_spec {
|
||||
/** SMBus bus */
|
||||
const struct device *bus;
|
||||
/** Address of the SMBus peripheral device */
|
||||
uint16_t addr;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue