We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01531e commit cfd212cCopy full SHA for cfd212c
1 file changed
src/ce/include/ti/flags.h
@@ -43,14 +43,14 @@ int os_TestFlagBits(uint16_t offset_pattern);
43
/**
44
* Set OS flag bits
45
*
46
- * @param offset_pattern High 8 is unsigned offset, low 8 is bits to test
+ * @param offset_pattern High 8 is signed offset, low 8 is bits to test
47
*/
48
void os_SetFlagBits(int16_t offset_pattern);
49
50
51
* Clear OS flag bits
52
53
54
55
void os_ResetFlagBits(int16_t offset_pattern);
56
0 commit comments