Skip to content

Commit 679d248

Browse files
authored
Merge pull request #11696 from ARMmbed/release-candidate
Release candidate for mbed-os-5.14.1
2 parents b6e5a0a + a4715aa commit 679d248

File tree

949 files changed

+131239
-13745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

949 files changed

+131239
-13745
lines changed

TESTS/events/equeue/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ static void test_equeue_chain()
742742
TEST_ASSERT_EQUAL_UINT8(3, touched1);
743743
TEST_ASSERT_EQUAL_UINT8(3, touched2);
744744

745-
equeue_destroy(&q1);
746745
equeue_destroy(&q2);
746+
equeue_destroy(&q1);
747747
}
748748

749749
/** Test that unchaining equeues makes them work on their own.

0 commit comments

Comments
 (0)