diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-07-09 16:52:02 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-07-09 16:52:02 +0300 |
| commit | e4eaedb7bcca2276a17bda687d7773dc1540346d (patch) | |
| tree | 10b63964c75e8a628e3a72138aa36ff1077e6963 /Software/Embedded_SW/Embedded/Modules/Stubs_Handler | |
| parent | 5cf2e060dcb21338d838e103951762b3e7eb4702 (diff) | |
| download | Tango-e4eaedb7bcca2276a17bda687d7773dc1540346d.tar.gz Tango-e4eaedb7bcca2276a17bda687d7773dc1540346d.zip | |
improve flash handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Stubs_Handler')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Stubs_Handler/Progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Stubs_Handler/Progress.c b/Software/Embedded_SW/Embedded/Modules/Stubs_Handler/Progress.c index ee568d686..75944d862 100644 --- a/Software/Embedded_SW/Embedded/Modules/Stubs_Handler/Progress.c +++ b/Software/Embedded_SW/Embedded/Modules/Stubs_Handler/Progress.c @@ -41,7 +41,7 @@ void Stub_ProgressRequest(MessageContainer* requestContainer) { #ifdef WATCHDOG ROM_WatchdogResetDisable(WATCHDOG0_BASE); - uint32_t timeout = 120000000*35; + uint32_t timeout = 0xFFFFFFFFU; ROM_WatchdogReloadSet(WATCHDOG0_BASE, timeout); #endif FRESULT iFResult = Init_Flash_File_System(true); |
