diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-12-17 09:41:17 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-12-17 09:41:17 +0200 |
| commit | fc23da7f3510cce58308841eefb96d59868317ff (patch) | |
| tree | 40307b75827593669f7cfeb498752601ea2a5ca6 /Software/Embedded_SW/Embedded/Common/Utilities | |
| parent | dd8771c870ca1130b86f76e3b9c4e83cd50e5f26 (diff) | |
| download | Tango-fc23da7f3510cce58308841eefb96d59868317ff.tar.gz Tango-fc23da7f3510cce58308841eefb96d59868317ff.zip | |
Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on alarm handling. stop heaters and dispensers on alarm without job. split microsecond and control tasks to high and low priorities. Heaters PID with multiplications - use with new CFG.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Utilities')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Utilities/Utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c b/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c index 686bf9157..4dd705dc6 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c +++ b/Software/Embedded_SW/Embedded/Common/Utilities/Utils.c @@ -16,7 +16,7 @@ static const float speedCoef = 5.3051647697298445256294587790838f;//(200 micro s //***************************************************************************** -#define MAX_MEM_LOG 300 +#define MAX_MEM_LOG 100 int freeIndex=0,malloc_index=0; uint32_t malloc_size[MAX_MEM_LOG+1]; uint32_t malloc_time[MAX_MEM_LOG+1]; |
