We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489bd10 commit 4eca482Copy full SHA for 4eca482
TESTS/mbed_drivers/crc/main.cpp
@@ -144,7 +144,7 @@ void test_thread_safety()
144
TEST_ASSERT_EQUAL(0, ct.compute_partial_start(&crc));
145
TEST_ASSERT_EQUAL(0, ct.compute_partial((void *)&test, 4, &crc));
146
147
- Thread t1(osPriorityNormal1, 320);
+ Thread t1(osPriorityNormal1, 380);
148
t1.start(callback(test_thread));
149
TEST_ASSERT_EQUAL(0, ct.compute_partial((void *)&test[4], 5, &crc));
150
TEST_ASSERT_EQUAL(0, ct.compute_partial_stop(&crc));
0 commit comments