Skip to content

Commit ea4c8d0

Browse files
committed
Fix documentation group of critical_section_is_initialized (#2741)
1 parent 8fcd44a commit ea4c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/pico_sync/include/pico/critical_section.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ __force_inline static void critical_section_exit(critical_section_t *crit_sec) {
8484
void critical_section_deinit(critical_section_t *crit_sec);
8585

8686
/*! \brief Test whether a critical_section has been initialized
87-
* \ingroup mutex
87+
* \ingroup critical_section
8888
*
8989
* \param crit_sec Pointer to critical_section structure
9090
* \return true if the critical section is initialized, false otherwise

0 commit comments

Comments
 (0)