mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 04:10:38 +08:00
Micro Python: Now compiles without errors (but lots of warnings)
This commit is contained in:
parent
94d571fea6
commit
6d606d5ffa
@ -187,7 +187,7 @@ float truncf(float x)
|
|||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
FORCE_EVAL(x + 0x1 p120f);
|
FORCE_EVAL(x + 0x1p120f);
|
||||||
u.i &= ~m;
|
u.i &= ~m;
|
||||||
return u.f;
|
return u.f;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user