Use Intel byte order for floating point
This commit is contained in:
parent
cf855ea282
commit
7f4a6b31a7
|
@ -20,4 +20,8 @@ int val;
|
|||
return( val >= -128 && val <= 127);
|
||||
}
|
||||
|
||||
#define IEEEFLOAT
|
||||
#define FL_MSL_AT_LOW_ADDRESS 0
|
||||
#define FL_MSW_AT_LOW_ADDRESS 0
|
||||
#define FL_MSB_AT_LOW_ADDRESS 0
|
||||
#include <con_float>
|
||||
|
|
Loading…
Reference in a new issue