mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
test pointer size on travis system
This commit is contained in:
parent
7de505cb75
commit
7e93dc2c8d
@ -98,6 +98,8 @@ void test_struct_alignment(void)
|
||||
|
||||
void test_struct_size(void)
|
||||
{
|
||||
TEST_ASSERT_EQUAL( 4, sizeof(void*));
|
||||
TEST_ASSERT_EQUAL( 4, sizeof(ehci_qtd_t*));
|
||||
TEST_ASSERT_EQUAL( 64, sizeof(ehci_qhd_t) );
|
||||
TEST_ASSERT_EQUAL( 32, sizeof(ehci_qtd_t) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user