mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
Micro Python: Now compiles without errors (but lots of warnings)
This commit is contained in:
parent
94d571fea6
commit
6d606d5ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ float truncf(float x)
|
|||
return x;
|
||||
}
|
||||
|
||||
FORCE_EVAL(x + 0x1 p120f);
|
||||
FORCE_EVAL(x + 0x1p120f);
|
||||
u.i &= ~m;
|
||||
return u.f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue