From 447f7cfceb9a7741354056c6b2cbc8ae38c7dbbd Mon Sep 17 00:00:00 2001 From: "ucart@co3050-12" <dawehr@iastate.edu> Date: Sat, 22 Apr 2017 17:54:00 -0500 Subject: [PATCH] quad: uart finally works --- quad/xsdk_workspace/real_quad/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/xsdk_workspace/real_quad/src/main.c b/quad/xsdk_workspace/real_quad/src/main.c index ee7e493f4..d715d8e65 100644 --- a/quad/xsdk_workspace/real_quad/src/main.c +++ b/quad/xsdk_workspace/real_quad/src/main.c @@ -4,7 +4,7 @@ #include "type_def.h" #include "platform.h" -#define RUN_TESTS +//#define RUN_TESTS /** * Create the hardware drivers, and place them on the hardware struct. -- GitLab