1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Fix code to select 120KB config for Mizar32

This commit is contained in:
Martin Guy 2011-06-28 07:16:31 +02:00
parent ca7f6befd9
commit 0452d1e79d

View File

@ -25,7 +25,7 @@
//#define BUILD_RFS //#define BUILD_RFS
//#define BUILD_SERMUX //#define BUILD_SERMUX
#if ELUA_CPU == AT32UC3A0128 #if defined( ELUA_CPU_AT32UC3A0128 )
// Build options for 120KB image // Build options for 120KB image
#else #else
// Build options for 256KB and 512KB flash // Build options for 256KB and 512KB flash
@ -37,7 +37,7 @@
#ifdef BUILD_UIP #ifdef BUILD_UIP
//#define BUILD_DHCPC //#define BUILD_DHCPC
#define BUILD_DNS #define BUILD_DNS
#define BUILD_CON_TCP //#define BUILD_CON_TCP
#endif #endif
// ***************************************************************************** // *****************************************************************************
@ -98,7 +98,7 @@
#define RPCLINE #define RPCLINE
#endif #endif
#if ELUA_CPU == AT32UC3A0128 #if defined( ELUA_CPU_AT32UC3A0128 )
// Minimal ROM modules, to fit in 120KB // Minimal ROM modules, to fit in 120KB
#define LUA_PLATFORM_LIBS_ROM\ #define LUA_PLATFORM_LIBS_ROM\