diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-05 09:51:08 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-05 09:51:08 +0200 |
| commit | 648a3fdc373fc1555a8d1e1908e8b4dfa2203820 (patch) | |
| tree | 4001df7aa6478335e8ca9782724bf4233708fcb4 /Software/Embedded_SW/Embedded/Embedded.cfg | |
| parent | 93591843e7fc3a68e955cb305838fe7e68d1c137 (diff) | |
| download | Tango-648a3fdc373fc1555a8d1e1908e8b4dfa2203820.tar.gz Tango-648a3fdc373fc1555a8d1e1908e8b4dfa2203820.zip | |
Heaters PID enabled per configuration. USB reinitialized. new HW handling with error report
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Embedded.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg index ca658a2f8..599609b38 100644 --- a/Software/Embedded_SW/Embedded/Embedded.cfg +++ b/Software/Embedded_SW/Embedded/Embedded.cfg @@ -15,7 +15,7 @@ var GIO = xdc.useModule('ti.sysbios.io.GIO'); var Semaphore = xdc.useModule('ti.sysbios.knl.Semaphore'); var Task = xdc.useModule('ti.sysbios.knl.Task'); -//BIOS.heapSize = 30767; // bios heapmem +BIOS.heapSize = 30767; // bios heapmem //Memory.defaultHeapSize = 48767; Program.heap = 50000; //sysmem |
