aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Embedded.cfg
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-03-04 18:15:20 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-03-04 18:15:20 +0200
commit6c6a54059950271da44ba47bc629382a2b636cdb (patch)
tree2df05915998f7545e57ec83303097df7c48b3c57 /Software/Embedded_SW/Embedded/Embedded.cfg
parent0b9ceb4bef00aae3c49271f8171d8acaba5455d6 (diff)
downloadTango-6c6a54059950271da44ba47bc629382a2b636cdb.tar.gz
Tango-6c6a54059950271da44ba47bc629382a2b636cdb.zip
version 1.3.7.8 use flash for alarm and hw map. fix heaters problems. SWITCH WASTE VALVE DIRECTION. prepare 100micro tests
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
-rw-r--r--Software/Embedded_SW/Embedded/Embedded.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg
index b88b47cf0..ea7a370b8 100644
--- a/Software/Embedded_SW/Embedded/Embedded.cfg
+++ b/Software/Embedded_SW/Embedded/Embedded.cfg
@@ -55,7 +55,7 @@ Program.global.usb0 = Hwi.create(58, "&USBCDCD_hwiHandler", hwi5Params);*/
var hwi6Params = new Hwi.Params();
hwi6Params.instance.name = "timer1";
-Program.global.timer1 = Hwi.create(37, "&OneMilliSecondMillisecInterrupt", hwi6Params);
+Program.global.timer1 = Hwi.create(37, "&MillisecInterrupt", hwi6Params);
var hwi17Params = new Hwi.Params();
hwi17Params.instance.name = "timer3";