Skip to content

Commit

Permalink
Merge pull request #11696 from ARMmbed/release-candidate
Browse files Browse the repository at this point in the history
Release candidate for mbed-os-5.14.1
  • Loading branch information
0xc0170 authored Oct 16, 2019
2 parents b6e5a0a + a4715aa commit 679d248
Show file tree
Hide file tree
Showing 949 changed files with 131,239 additions and 13,745 deletions.
2 changes: 1 addition & 1 deletion TESTS/events/equeue/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ static void test_equeue_chain()
TEST_ASSERT_EQUAL_UINT8(3, touched1);
TEST_ASSERT_EQUAL_UINT8(3, touched2);

equeue_destroy(&q1);
equeue_destroy(&q2);
equeue_destroy(&q1);
}

/** Test that unchaining equeues makes them work on their own.
Expand Down
Loading

0 comments on commit 679d248

Please sign in to comment.