We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c45fa7 + 81dd2aa commit aca726dCopy full SHA for aca726d
TESTS/mbed_drivers/watchdog/main.cpp
@@ -68,7 +68,7 @@ using utest::v1::Harness;
68
69
using namespace mbed;
70
71
-Thread wdg_kicking_thread;
+Thread wdg_kicking_thread(osPriorityNormal, 768);
72
Semaphore kick_wdg_during_test_teardown(0, 1);
73
74
void wdg_kicking_thread_fun()
TESTS/mbed_hal/watchdog/main.cpp
@@ -69,7 +69,7 @@ using utest::v1::Harness;
const watchdog_config_t WDG_CONFIG_DEFAULT = { .timeout_ms = WDG_TIMEOUT_MS };
75
0 commit comments