mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 21:41:18 +08:00
Micro Python: Now compiles without errors (but lots of warnings)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user