aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-16 16:16:33 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-16 16:16:33 +0200
commitcbd5e135024f32e282866b07951bbf1645019a01 (patch)
tree1538bfbcc698340ab0f2556bc6f7ad9270034097 /Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
parent3f8b5c336b2eddda520ee46cd53b29e33ff591c6 (diff)
downloadTango-cbd5e135024f32e282866b07951bbf1645019a01.tar.gz
Tango-cbd5e135024f32e282866b07951bbf1645019a01.zip
fix alarm handling (resolves bugs #4085, #4097). dancer setup - per dancer
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
index 193a35e12..cc2c508c0 100644
--- a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
+++ b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
@@ -885,7 +885,9 @@ void FlashInitAndLoad(void)
}
Report("Hardware Initialized", __FILE__,__LINE__,Bytes, RpMessage, GENHWCFG_MAP_IN_FLASH, 0);
- StoreDancerConfigMessage();
+ StoreDancerConfigMessage(0);
+ StoreDancerConfigMessage(1);
+ StoreDancerConfigMessage(2);
Report("Dancer Initialized", __FILE__,DancersCfg[0].zeropoint,DancersCfg[1].zeropoint, RpMessage, DancersCfg[2].zeropoint, 0);
/*Bytes = AlarmHandlingLoadFile();
if (Bytes>0)