Skip to content

Typo in documentation on critical_section_is_initialized #2741

@Miaou

Description

@Miaou

In src/common/pico_sync/include/pico/critical_section.h, critical_section_is_initialized is placed in the documentation group mutex instead of critical_section:

/*! \brief Test whether a critical_section has been initialized
 *  \ingroup mutex
 *
 * \param crit_sec Pointer to critical_section structure
 * \return true if the critical section is initialized, false otherwise
 */
static inline bool critical_section_is_initialized(critical_section_t *crit_sec) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions