Skip to content

Commit

Permalink
Lower Nanostack heap size
Browse files Browse the repository at this point in the history
EMAC changes increase static allocation, meaning we don't quite fit in
an IAR K64F build any more.
  • Loading branch information
kjbracey committed May 30, 2018
1 parent 3fb7cc7 commit 48c539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"heap-size": {
"help": "The amount of static RAM to reserve for nsdynmemlib heap",
"value": 50000
"value": 45000
},
"radio-type":{
"help": "options are ATMEL, MCR20, SPIRIT1",
Expand Down

0 comments on commit 48c539c

Please sign in to comment.