core/atomic.h: fix doxygen to get rid of warning
This commit is contained in:
parent
f0e5413f3a
commit
0f43fb9023
@ -29,7 +29,7 @@ extern "C" {
|
||||
* @brief Integer variable for use in atomic counters.
|
||||
*/
|
||||
typedef struct atomic_int {
|
||||
volatile int value;
|
||||
volatile int value; /**< the actual value */
|
||||
} atomic_int_t;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user