Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 9684992

Browse files
Yogesh PandeYogesh Pande
Yogesh Pande
authored and
Yogesh Pande
committed
Reducing static RAM allocation for event loop.
1 parent 1d1e02e commit 9684992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ ThreadInterface mesh;
5656
#include "platform/arm_hal_timer.h"
5757
#include "ns_event_loop.h"
5858

59-
#define HEAP_SIZE 32500
59+
#define HEAP_SIZE 1023
6060
static uint8_t app_stack_heap[HEAP_SIZE + 1];
61-
6261
#endif
6362

6463

0 commit comments

Comments
 (0)