diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-02-06 09:07:31 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-02-06 09:07:31 +0200 |
| commit | 140d5846915924e04b6c091877113bc55b8eaaf6 (patch) | |
| tree | e14d95461813c42cf0b2d1d6e574c5c71013f3d9 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | |
| parent | 6df6d1d289a794ee814ac2ea93c49ed7b9f49cbf (diff) | |
| parent | 258399bb206839cdb7cd276839675fa14910bc36 (diff) | |
| download | Tango-140d5846915924e04b6c091877113bc55b8eaaf6.tar.gz Tango-140d5846915924e04b6c091877113bc55b8eaaf6.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index fdd5feef9..a9b539690 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -623,6 +623,10 @@ uint32_t MillisecLowLoop(uint32_t tick) Trigger_PT100_Read();//call every 50mSec (minimum delay 30mSec) //Set_HeadCard_PT100();//call every 50mSec (minimum delay 30mSec) } + if(m70msecTick) + { + AlarmHandling_ControlTrigger(0,0); + } if (m90msecTick) { for (Sensor_i = StartPT100;Sensor_i < MAX_HEAD_CARD_TEMP_SENS_ID;Sensor_i++) |
