Skip to content

Commit cfd212c

Browse files
fix #686
ranch master
1 parent c01531e commit cfd212c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ce/include/ti/flags.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ int os_TestFlagBits(uint16_t offset_pattern);
4343
/**
4444
* Set OS flag bits
4545
*
46-
* @param offset_pattern High 8 is unsigned offset, low 8 is bits to test
46+
* @param offset_pattern High 8 is signed offset, low 8 is bits to test
4747
*/
4848
void os_SetFlagBits(int16_t offset_pattern);
4949

5050
/**
5151
* Clear OS flag bits
5252
*
53-
* @param offset_pattern High 8 is unsigned offset, low 8 is bits to test
53+
* @param offset_pattern High 8 is signed offset, low 8 is bits to test
5454
*/
5555
void os_ResetFlagBits(int16_t offset_pattern);
5656

0 commit comments

Comments
 (0)