prepare test project for 43xx host test
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user