clean up main

This commit is contained in:
hathach
2013-04-28 00:00:48 +07:00
parent d68f882a25
commit fdd98e2fa9
3 changed files with 60 additions and 37 deletions
-10
View File
@@ -111,16 +111,6 @@ void test_usbh_init_enum_queue_create_failed(void)
TEST_ASSERT_EQUAL(TUSB_ERROR_OSAL_QUEUE_FAILED, usbh_init());
}
void test_usbh_init_reporter_taks_create_failed(void)
{
TEST_IGNORE();
}
void test_usbh_init_reporter_queue_create_failed(void)
{
TEST_IGNORE();
}
void class_init_expect(void)
{
hidh_init_Expect();