diff options
| author | hathach <[email protected]> | 2013-01-18 12:41:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-18 12:41:30 +0700 |
| commit | 7976e2fd55d33a0bf8a74a729eb246a8842d58ee (patch) | |
| tree | edd4c6056bcc5aebad97ede2ee07bb1e97070c18 /tests/test/host | |
| parent | e438a7ca097654167c301de7f827378ed5d6dbe9 (diff) | |
prepare test project for 43xx host test
Diffstat (limited to 'tests/test/host')
| -rw-r--r-- | tests/test/host/test_host_hid_keyboard.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/test/host/test_host_hid_keyboard.c b/tests/test/host/test_host_hid_keyboard.c index 436c90b43..cf5a541d3 100644 --- a/tests/test/host/test_host_hid_keyboard.c +++ b/tests/test/host/test_host_hid_keyboard.c @@ -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(); +} |
