diff --git a/include/nuttx/compiler.h b/include/nuttx/compiler.h index 35150a1112a..c2db9da3022 100644 --- a/include/nuttx/compiler.h +++ b/include/nuttx/compiler.h @@ -1355,6 +1355,8 @@ # undef CONFIG_HAVE_FLOAT # undef CONFIG_HAVE_DOUBLE # undef CONFIG_HAVE_LONG_DOUBLE +# define float int +# define double long #endif /* Decorators */