sys/posix: Add missing Doxygen comment on spinlock flag member

pr/rotary
Joakim Nohlgård 6 years ago
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…
Cancel
Save