sys/posix: Add missing Doxygen comment on spinlock flag member
This commit is contained in:
parent
bec5b57f0d
commit
f055137e02
@ -33,7 +33,7 @@ extern "C" {
|
||||
* Use irq_disable() and irq_restore() for shortterm locks instead.
|
||||
*/
|
||||
typedef struct {
|
||||
atomic_flag flag;
|
||||
atomic_flag flag; /**< Current lock state */
|
||||
} pthread_spinlock_t;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user