Skip to content

typo in ti/flags.h #686

@ZERICO2005

Description

@ZERICO2005

os_SetFlagBits and os_ResetFlagBits take signed offsets, not unsigned ones.

/**
 * Set OS flag bits
 *
 * @param offset_pattern High 8 is **un**signed offset, low 8 is bits to test
 */
void os_SetFlagBits(int16_t offset_pattern);

/**
 * Clear OS flag bits
 *
 * @param offset_pattern High 8 is **un**signed offset, low 8 is bits to test
 */
void os_ResetFlagBits(int16_t offset_pattern);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions