forked from espressif/esp-idf
freertos: added core-ID member to task status structure aloowing its tracing.
Closes https://github.com/espressif/esp-idf/issues/5763
This commit is contained in:
committed by
Angus Gratton
parent
f3783ba258
commit
656b706ea4
@@ -282,7 +282,7 @@ static void check_wake_stub(void)
|
||||
TEST_ASSERT_NULL(esp_get_deep_sleep_wake_stub());
|
||||
}
|
||||
|
||||
TEST_CASE_MULTIPLE_STAGES("can set sleep wake stub", "[deepsleep][reset=DEEPSLEEP_RESET]",
|
||||
TEST_CASE_MULTIPLE_STAGES("can set sleep wake stub", "[deepsleep][ignore][reset=DEEPSLEEP_RESET]",
|
||||
prepare_wake_stub,
|
||||
check_wake_stub);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user