mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Merge ea4c8d03df into a76f2416ba
This commit is contained in:
commit
afacec3ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue