Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-04-09 02:32:00 +01:00
commit fc18c8e834
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@
#define DEBUG_printf(...) (void)0
#endif
typedef unsigned char byte;
#define WORDS_PER_BLOCK (4)
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
#define STACK_SIZE (64) // tunable; minimum is 1