aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-06-25 13:41:23 +0300
committerAvi Levkovich <avi@twine-s.com>2018-06-25 13:41:23 +0300
commitc68262a29c29d0785337b5982e91ebf741e98b0f (patch)
tree6ca2adcf49911f7699e8bba5fe65909737acf932 /Software/Embedded_SW/Embedded/Modules
parentb361b1ca7d7bf63b3bc1496cb3351d6332ea25d3 (diff)
downloadTango-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.c3
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)
{