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:
parent
db79e2c53e
commit
4377815c7b
5 changed files with 9 additions and 9 deletions
|
@ -42,7 +42,7 @@ void storageDirty(uint8_t msk)
|
|||
void preModelLoad()
|
||||
{
|
||||
#if defined(CPUARM)
|
||||
watchdogSetTimeout(500/*5s*/);
|
||||
watchdogSuspend(500/*5s*/);
|
||||
#endif
|
||||
|
||||
#if defined(SDCARD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue