mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 11:10:35 +08:00
NuttX workaround
This commit is contained in:
committed by
James Goppert
parent
23def31d21
commit
8dbe4a7531
@@ -40,7 +40,7 @@ using std::frexp;
|
||||
using std::ldexp;
|
||||
using std::modf;
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
#if (__cplusplus >= 201103L) && !defined(__PX4_NUTTX)
|
||||
|
||||
using std::imaxabs;
|
||||
using std::imaxdiv;
|
||||
|
||||
Reference in New Issue
Block a user