Fix mbed_drivers-watchdog failing with OOM

This is to fix OOM error on targets with just 16KiB RAM.
pull/11022/head
Chun-Chieh Li 2019-07-09 17:55:41 +08:00
parent 358046e472
commit debc38fd27
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ using utest::v1::Harness;
using namespace mbed;
Thread wdg_kicking_thread;
Thread wdg_kicking_thread(osPriorityNormal, 768);
Semaphore kick_wdg_during_test_teardown(0, 1);
void wdg_kicking_thread_fun()