watchdog: enable INT WDT unit test

This commit is contained in:
Ivan Grokhotkov
2017-12-01 12:23:33 +08:00
parent bd1d631134
commit 15b6b64c99

View File

@ -13,7 +13,7 @@
TEST_CASE("Int wdt test", "[esp32][ignore]") TEST_CASE("Int wdt test", "[esp32][reset=Interrupt wdt timeout on CPU0,SW_CPU_RESET]")
{ {
portENTER_CRITICAL_NESTED(); portENTER_CRITICAL_NESTED();
while(1); while(1);