commit | f7e7f0f55eb74812bab159ecdb50698c47168ca0 | [log] [tgz] |
---|---|---|
author | Aaron Tsui <aaron.tsui@outlook.com> | Wed Mar 13 16:40:58 2019 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Mar 28 16:47:06 2019 -0500 |
tree | 391d68f1d63bcf85208108ccbda22c1770dbd13d | |
parent | ebfd8533d848368daaa2d0e7e3e7c9919353e5d8 [diff] |
tests: watchdog: Debug for boards enabled TEST_WDT_CALLBACK_2 The original code cannot go to the next step on those boards enabled TEST_WDT_CALLBACK_2 macro, because of the flow control issue. So the test function cannot finish, and the board keeps restart. As a result, failure on the test. Fixes #13468 Signed-off-by: Aaron Tsui <aaron.tsui@outlook.com>