prepare test project for 43xx host test

This commit is contained in:
hathach
2013-01-18 12:41:30 +07:00
parent e438a7ca09
commit 7976e2fd55
5 changed files with 109 additions and 8 deletions

View File

@@ -35,5 +35,15 @@
* This file is part of the tiny usb stack.
*/
#define _TINY_USB_SOURCE_FILE
void setUp(void)
{
}
void tearDown(void)
{
}
void test_()
{
TEST_IGNORE();
}