Remove all remainings with peek_at

This commit is contained in:
Reinhard Panhuber
2021-04-30 14:56:14 +02:00
parent 5f268608d7
commit de933c45bc
7 changed files with 16 additions and 24 deletions

View File

@@ -150,9 +150,6 @@ void test_peek(void)
tu_fifo_peek(&ff, &temp);
TEST_ASSERT_EQUAL(10, temp);
tu_fifo_peek_at(&ff, 1, &temp);
TEST_ASSERT_EQUAL(20, temp);
}
void test_empty(void)