diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-10-16 09:08:16 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-10-16 09:08:16 +0300 |
| commit | 1d2d783fdbbd6500e9b89f4c628affc190ff2b8d (patch) | |
| tree | 7003e69cbaf3398310d28f15a9da65f8f3e44e05 /Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c | |
| parent | ad07a364922ade9aff41441e13d1f06e6bac8488 (diff) | |
| download | Tango-1d2d783fdbbd6500e9b89f4c628affc190ff2b8d.tar.gz Tango-1d2d783fdbbd6500e9b89f4c628affc190ff2b8d.zip | |
heaters correction
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c index 87a202469..e862107ff 100644 --- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c +++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c @@ -46,7 +46,6 @@ typedef enum { /******************** GLOBAL PARAMETERS ********************************************/ HeaterPIDControlConfig HeaterControl[MAX_HEATERS_NUM] = {0,0,0,0,0,0,0,0,0,0,0,0}; -HeaterControlConfig_t HeaterPIDConfig[MAX_HEATERS_NUM] = {0,0,0,0,0,0,0,0,0,0,0,0}; bool AcHeaterConfigured[MAX_AC_HEATERS] = {0,0,0}; int NumberOFSlicesInUse = 0; |
