summaryrefslogtreecommitdiff
path: root/cts/gpio/th.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/gpio/th.c')
-rw-r--r--cts/gpio/th.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cts/gpio/th.c b/cts/gpio/th.c
index bdcd4938f7..7120a4da3e 100644
--- a/cts/gpio/th.c
+++ b/cts/gpio/th.c
@@ -3,11 +3,19 @@
* found in the LICENSE file.
*/
+#include "common.h"
+#include "watchdog.h"
+#include "uart.h"
#include "timer.h"
#include "watchdog.h"
+#include "dut_common.h"
+#include "cts_common.h"
void cts_task(void)
{
+ sync();
+ CPRINTS("Successful Sync!");
+ uart_flush_output();
while (1) {
watchdog_reload();
sleep(1);