Davi Souza
/
pymite
python
Fork of pymite by
Diff: platform/mbed/main.cpp
- Revision:
- 6:e428c1e68f0c
- Parent:
- 5:19bd98307341
- Child:
- 7:71a6f45bc563
--- a/platform/mbed/main.cpp Fri Apr 11 12:18:37 2014 +0000 +++ b/platform/mbed/main.cpp Mon Apr 14 03:30:39 2014 +0000 @@ -28,6 +28,8 @@ #define HEAP_SIZE 0x7000 #elif defined(TARGET_KL25Z) #define HEAP_SIZE 0x3400 +#elif defined(TARGET_LPC4088) +#define HEAP_SIZE 0xf000 #else #error "target error" #endif