mirror of https://github.com/ARMmbed/mbed-os.git
Fix mbed_drivers-watchdog failing with OOM
This is to fix OOM error on targets with just 16KiB RAM.pull/11022/head
parent
358046e472
commit
debc38fd27
|
@ -68,7 +68,7 @@ using utest::v1::Harness;
|
||||||
|
|
||||||
using namespace mbed;
|
using namespace mbed;
|
||||||
|
|
||||||
Thread wdg_kicking_thread;
|
Thread wdg_kicking_thread(osPriorityNormal, 768);
|
||||||
Semaphore kick_wdg_during_test_teardown(0, 1);
|
Semaphore kick_wdg_during_test_teardown(0, 1);
|
||||||
|
|
||||||
void wdg_kicking_thread_fun()
|
void wdg_kicking_thread_fun()
|
||||||
|
|
Loading…
Reference in New Issue