test code for our MBED board

Dependencies:   mbed lwip

local_defines.h

Committer:
lolpcc
Date:
2011-05-04
Revision:
1:6877bb99aa17

File content as of revision 1:6877bb99aa17:

#define TO_RS232        0x00000001
#define TO_USB          0x00000002
#define TO_CAN          0x00000004
#define SDCARD          0x00000010      /* Use the SD card for the file system */
#define MEMSTICK        0x00000020      /* Use the memory stick for the file system */
#define EXEC_CALLED     0x00010000      /* Execed a script from the user */
#define INDENT_SET      0x00020000      /* Jump point set */

#define MAX_VAR         10              /* Max number of variables in the stack */
#define MAX_JMP         10              /* Max jump points in code */