extend heap size

This commit is contained in:
Yuichi Nishiwaki 2013-10-15 23:27:26 +09:00
parent f280b0a5ce
commit 47971c1289
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define PICCONF_H__
#define PIC_ARENA_SIZE 100
#define PIC_HEAP_SIZE 4096
#define PIC_HEAP_SIZE 8192
#define DEBUG 1