zephyr: Bump heap size to 24K, as required for umqtt.simple.

better-build-2
Paul Sokolovsky 2016-09-18 14:16:06 +03:00
parent 13d54f0914
commit b6934ad68c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void do_str(const char *src, mp_parse_input_kind_t input_kind) {
}
static char *stack_top;
static char heap[16 * 1024];
static char heap[24 * 1024];
int real_main(void) {
int stack_dummy;