1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

watchdogSetTimeout renamed to watchdogSuspend

This commit is contained in:
Bertrand Songis 2016-08-28 09:26:04 +02:00
parent db79e2c53e
commit 4377815c7b
5 changed files with 9 additions and 9 deletions

View file

@ -42,7 +42,7 @@ void storageDirty(uint8_t msk)
void preModelLoad()
{
#if defined(CPUARM)
watchdogSetTimeout(500/*5s*/);
watchdogSuspend(500/*5s*/);
#endif
#if defined(SDCARD)