diff options
| author | hathach <[email protected]> | 2013-05-31 14:36:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-31 14:42:38 +0700 |
| commit | ed64401e6157b283f1921bbb8460da5f7a822ed6 (patch) | |
| tree | 88fb53db24931e269d60326feaf6bad0b369c714 /tests/test | |
| parent | 3b9a616ca926172f299eb93eab0269bcea26d105 (diff) | |
rename descriptor variables
Diffstat (limited to 'tests/test')
| -rw-r--r-- | tests/test/device/usbd/test_usbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test/device/usbd/test_usbd.c b/tests/test/device/usbd/test_usbd.c index a41118201..8054cab4d 100644 --- a/tests/test/device/usbd/test_usbd.c +++ b/tests/test/device/usbd/test_usbd.c @@ -66,6 +66,7 @@ void test_usbd_init_ok(void) dcd_init_ExpectAndReturn(TUSB_ERROR_NONE); + //------------- Code Under Test -------------// TEST_ASSERT_EQUAL( TUSB_ERROR_NONE, usbd_init() ); |
