aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-07 18:40:53 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-07 18:40:53 +0300
commit79f1c9f3aecb8eb38362ebffb20ae787b8479b57 (patch)
treee7864bda1b36f249b1b1f22ac3554ae826dc2398 /Software/Embedded_SW/Embedded/Main.c
parent0c8db6ee26b30ebeb6e8e7785de4da9caa6a0970 (diff)
downloadTango-79f1c9f3aecb8eb38362ebffb20ae787b8479b57.tar.gz
Tango-79f1c9f3aecb8eb38362ebffb20ae787b8479b57.zip
watchdog 10 seconds
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index ebe29ff6d..dd748b1cb 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -244,7 +244,7 @@ int main(void)
#endif
#ifdef WATCHDOG
- InitWatchdog(ui32SysClock*2);
+ InitWatchdog(ui32SysClock*10);
#endif
CommunicationTaskInit();