diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-06-25 13:41:23 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-06-25 13:41:23 +0300 |
| commit | c68262a29c29d0785337b5982e91ebf741e98b0f (patch) | |
| tree | 6ca2adcf49911f7699e8bba5fe65909737acf932 /Software/Embedded_SW/Embedded/Modules | |
| parent | b361b1ca7d7bf63b3bc1496cb3351d6332ea25d3 (diff) | |
| download | Tango-c68262a29c29d0785337b5982e91ebf741e98b0f.tar.gz Tango-c68262a29c29d0785337b5982e91ebf741e98b0f.zip | |
Add Init_Ext_Flash() for main board
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c index 38ae19f36..6f565f880 100644 --- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c @@ -297,6 +297,9 @@ uint32_t HeaterMaxTempCBFunction(uint32_t IfIndex, uint32_t readValue) LOG_ERROR (readValue, "Heater Cooled Off max temperature, turned on"); return OK; } + + return OK; + } uint32_t HeaterControlCBFunction(uint32_t IfIndex, uint32_t readValue) { |
