diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-17 14:38:45 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-17 14:38:45 +0300 |
| commit | f3a7578c8c53e50c95ed62eba4dcab80e4408b12 (patch) | |
| tree | 3e8db8f2305a83169536786916df855a85d75900 /Software/Embedded_SW/Embedded/Main.c | |
| parent | f937e17452d6e89b67a675cd7139d84cbd7b0ee3 (diff) | |
| download | Tango-f3a7578c8c53e50c95ed62eba4dcab80e4408b12.tar.gz Tango-f3a7578c8c53e50c95ed62eba4dcab80e4408b12.zip | |
version 1.3.8.51: bug fix in winder; many fixes in heaters
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index 1c368e180..a125ef10c 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -177,7 +177,7 @@ int main(void) #endif #ifdef WATCHDOG - InitWatchdog(ui32SysClock*2); + InitWatchdog(ui32SysClock); #endif CommunicationTaskInit(); |
