refractor

- rename some field in ehci_qhd/qtd_t
- code test for open pipe
This commit is contained in:
hathach
2013-03-06 14:55:02 +07:00
parent ef1cef5019
commit 959311532e
5 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ void test_hcd_init_period_list(void)
TEST_ASSERT_EQUAL(EHCI_QUEUE_ELEMENT_QHD, framelist[list_idx].type);
}
TEST_ASSERT(period_head->smask)
TEST_ASSERT(period_head->interrupt_smask)
TEST_ASSERT_TRUE(period_head->next.terminate);
TEST_ASSERT(period_head->qtd_overlay.halted);
}