summaryrefslogtreecommitdiff
path: root/cts/common/th_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/th_common.c')
-rw-r--r--cts/common/th_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/common/th_common.c b/cts/common/th_common.c
index 8e9bd47fa3..d30d5ffe32 100644
--- a/cts/common/th_common.c
+++ b/cts/common/th_common.c
@@ -32,5 +32,5 @@ enum cts_error_code sync(void)
input_level = gpio_get_level(GPIO_HANDSHAKE_INPUT);
} while (input_level);
- return SUCCESS;
+ return CTS_SUCCESS;
}