1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Turn off mmcfs by default, switch console port back to uart 0.

This commit is contained in:
James Snyder 2010-02-16 00:32:39 +00:00
parent 9a1536b959
commit 7d70b21ec5

View File

@ -14,7 +14,7 @@
#define BUILD_XMODEM
#define BUILD_SHELL
#define BUILD_ROMFS
#define BUILD_MMCFS
//#define BUILD_MMCFS
#define BUILD_TERM
//#define BUILD_UIP
//#define BUILD_DHCPC
@ -28,8 +28,8 @@
// *****************************************************************************
// UART/Timer IDs configuration data (used in main.c)
#define CON_UART_ID 2
#define CON_UART_SPEED 19200
#define CON_UART_ID 0
#define CON_UART_SPEED 115200
#define CON_TIMER_ID 0
#define TERM_LINES 25
#define TERM_COLS 80