Skip to content

Commit

Permalink
fixup! Lower Nanostack heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbracey committed May 30, 2018
1 parent da20a93 commit a3b8c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/6lowpan_Atmel_RF.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": 45000
"value": 40000
},
"radio-type":{
"help": "options are ATMEL, MCR20, SPIRIT1",
Expand Down
2 changes: 1 addition & 1 deletion configs/6lowpan_Spirit1_RF.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": 45000
"value": 40000
},
"radio-type":{
"help": "options are ATMEL, MCR20, SPIRIT1",
Expand Down
2 changes: 1 addition & 1 deletion configs/Thread_Atmel_RF.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": 45000
"value": 40000
},
"radio-type":{
"help": "options are ATMEL, MCR20",
Expand Down
2 changes: 1 addition & 1 deletion configs/Thread_SLIP_Atmel_RF.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": 45000
"value": 40000
},
"radio-type":{
"help": "options are ATMEL, MCR20",
Expand Down

0 comments on commit a3b8c19

Please sign in to comment.