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 60f5f0e commit a063f50Copy full SHA for a063f50
src/kservice.c
@@ -1029,12 +1029,12 @@ RTM_EXPORT(rt_free_align);
1029
#ifdef RT_USING_PUNY_FFS
1030
int __rt_ffs(rt_int32_t value) {
1031
int position = 1; // position start from 1
1032
-
+
1033
if (value == 0)
1034
{
1035
return 0; // 0 means no bit 1
1036
}
1037
1038
// search half range
1039
if ((value & 0xFFFF) == 0)
1040
0 commit comments