Skip to content
Snippets Groups Projects
Commit d3e7e7de authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

drivers: minor doxygen corrections for JC42

parent 14ec05ea
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup drivers_sensors * @ingroup drivers_jc42
* @{ * @{
* *
* @file * @file
...@@ -35,8 +35,13 @@ extern "C" { ...@@ -35,8 +35,13 @@ extern "C" {
#define JC42_REG_TEMP (0x05) #define JC42_REG_TEMP (0x05)
#define JC42_REG_MANID (0x06) #define JC42_REG_MANID (0x06)
#define JC42_REG_DEVICEID (0x07) #define JC42_REG_DEVICEID (0x07)
/** @} */
#define jc42_BUS_FREE_TIME_US (1) /**
* @name JC42 constants
* @{
*/
#define JC42_BUS_FREE_TIME_US (1U)
/** @} */ /** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment