Skip to content
Snippets Groups Projects
Commit 0f43fb90 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

core/atomic.h: fix doxygen to get rid of warning

parent f0e5413f
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ extern "C" { ...@@ -29,7 +29,7 @@ extern "C" {
* @brief Integer variable for use in atomic counters. * @brief Integer variable for use in atomic counters.
*/ */
typedef struct atomic_int { typedef struct atomic_int {
volatile int value; volatile int value; /**< the actual value */
} atomic_int_t; } atomic_int_t;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment