summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/include/sys/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/include/sys/types.h b/nuttx/include/sys/types.h
index 2fd53e41d..99736e41e 100644
--- a/nuttx/include/sys/types.h
+++ b/nuttx/include/sys/types.h
@@ -96,10 +96,13 @@
****************************************************************************/
#ifndef __ASSEMBLY__
+typedef float float32;
#ifndef CONFIG_HAVE_DOUBLE
typedef float double_t;
+typedef float float64;
#else
typedef double double_t;
+typedef double float64;
#endif
/* Misc. scalar types */