Make freeze less aggresive (#1162)

So that it does not stop watchdog timer from working on BL602.
Maybe RunFrame disables interrupts somewhere?
This commit is contained in:
giedriuslt
2024-04-02 00:13:46 +03:00
committed by GitHub
parent dd56046897
commit db331fb6e4

View File

@@ -7,10 +7,8 @@ void Freeze_OnEverySecond() {
}
}
void Freeze_RunFrame() {
while (1) {
// freeze
}
//don't freeze, seems this does not allow watchdog reset to work on BL602
}
void Freeze_Init() {
// don't freeze
}
}