device: fix unbalanced doxygen group

An extra @} was present, remove it.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-21 15:23:26 +02:00 committed by Anas Nashif
commit 2f12d53f9a

View file

@ -614,10 +614,6 @@ static inline bool device_is_ready(const struct device *dev)
return device_usable_check(dev) == 0;
}
/**
* @}
*/
/**
* @brief Indicate that the device is in the middle of a transaction
*