summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-09-27 22:38:23 +0700
committerhathach <[email protected]>2013-09-27 22:38:23 +0700
commiteb1a101667f183db6781d5f7f73f360a508b13bc (patch)
tree953c6b09a13eb3b32101662bb7391c00e1092a7a /tests
parent26f75d6cac91f0525627ca2086175007614632f8 (diff)
house keeping
Diffstat (limited to 'tests')
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c
index f5f4a0d76..74d6751ba 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c
@@ -280,10 +280,8 @@ void test_control_xfer_error_stall(void)
TEST_ASSERT_TRUE( p_control_qhd->qtd_overlay.alternate.terminate);
TEST_ASSERT_FALSE( p_control_qhd->qtd_overlay.halted);
- #if 0 // no neeed
TEST_ASSERT_FALSE( p_setup->used );
TEST_ASSERT_FALSE( p_data->used );
TEST_ASSERT_FALSE( p_status->used );
- #endif
}