summaryrefslogtreecommitdiff
path: root/lib/esp-idf-lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/esp-idf-lua')
-rw-r--r--lib/esp-idf-lua/lua/luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/esp-idf-lua/lua/luaconf.h b/lib/esp-idf-lua/lua/luaconf.h
index 9228b6b5..7b44cd9f 100644
--- a/lib/esp-idf-lua/lua/luaconf.h
+++ b/lib/esp-idf-lua/lua/luaconf.h
@@ -118,14 +118,14 @@
/* Default configuration ('long long' and 'double', for 64-bit Lua) */
-#define LUA_INT_DEFAULT LUA_INT_LONGLONG
+#define LUA_INT_DEFAULT LUA_INT_LONG
#define LUA_FLOAT_DEFAULT LUA_FLOAT_DOUBLE
/*
@@ LUA_32BITS enables Lua with 32-bit integers and 32-bit floats.
*/
-#define LUA_32BITS 1
+#define LUA_32BITS 0
/*