summaryrefslogtreecommitdiff
path: root/cts/common/dut_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/dut_common.c')
-rw-r--r--cts/common/dut_common.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/cts/common/dut_common.c b/cts/common/dut_common.c
index 23315f970f..6e62a280e2 100644
--- a/cts/common/dut_common.c
+++ b/cts/common/dut_common.c
@@ -3,15 +3,10 @@
* found in the LICENSE file.
*/
+#include "cts_common.h"
#include "gpio.h"
-#include "timer.h"
#include "watchdog.h"
-#include "cts_common.h"
-#include "dut_common.h"
-/* Returns unknown because TH could potentially still get stuck
- * even if the DUT completes the sync
- */
enum cts_rc sync(void)
{
int input_level;
@@ -30,3 +25,4 @@ enum cts_rc sync(void)
return CTS_RC_SUCCESS;
}
+