We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcd44a commit ea4c8d0Copy full SHA for ea4c8d0
src/common/pico_sync/include/pico/critical_section.h
@@ -84,7 +84,7 @@ __force_inline static void critical_section_exit(critical_section_t *crit_sec) {
84
void critical_section_deinit(critical_section_t *crit_sec);
85
86
/*! \brief Test whether a critical_section has been initialized
87
- * \ingroup mutex
+ * \ingroup critical_section
88
*
89
* \param crit_sec Pointer to critical_section structure
90
* \return true if the critical section is initialized, false otherwise
0 commit comments