This commit is contained in:
Miaou 2025-12-08 12:21:32 +01:00 committed by GitHub
commit afacec3ed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ __force_inline static void critical_section_exit(critical_section_t *crit_sec) {
void critical_section_deinit(critical_section_t *crit_sec);
/*! \brief Test whether a critical_section has been initialized
* \ingroup mutex
* \ingroup critical_section
*
* \param crit_sec Pointer to critical_section structure
* \return true if the critical section is initialized, false otherwise