From 9a46055d25dcd22acf5ff590dd79647529104b4e Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Wed, 7 Jul 2021 12:34:22 -0400 Subject: [PATCH] Update #1083, correct comment in timebase callback Per review feedback, removes comment that was stale and no longer valid. --- src/tests/time-base-api-test/time-base-api-test.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tests/time-base-api-test/time-base-api-test.c b/src/tests/time-base-api-test/time-base-api-test.c index 7cf35913d..492bb6ac8 100644 --- a/src/tests/time-base-api-test/time-base-api-test.c +++ b/src/tests/time-base-api-test/time-base-api-test.c @@ -43,10 +43,7 @@ static uint32 UT_TimerSync(osal_id_t timer_id) { /* * Calls to time base configuration from the context of a sync function - * should be rejected with OS_ERR_INCORRECT_OBJ_STATE. However because - * UtAssert is not fully thread-safe, this does not assert here, it just - * calls the various functions on the first time through and stores the - * result, which is checked/asserted in the main task. + * should be rejected with OS_ERR_INCORRECT_OBJ_STATE. */ #ifdef _POSIX_OS_ if (NumSyncs == 0)