From 95b4114110b76359116ae94460195ca6e621a5bd Mon Sep 17 00:00:00 2001 From: Tina Li <tina@tinaairtwo.student.iastate.edu> Date: Mon, 8 Oct 2018 13:02:08 -0500 Subject: [PATCH] adding new files to be tracked --- quad/src/quad_app/debug_rt.c | 2 ++ quad/src/quad_app/debug_rt.h | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 quad/src/quad_app/debug_rt.c create mode 100644 quad/src/quad_app/debug_rt.h diff --git a/quad/src/quad_app/debug_rt.c b/quad/src/quad_app/debug_rt.c new file mode 100644 index 000000000..10b222ccb --- /dev/null +++ b/quad/src/quad_app/debug_rt.c @@ -0,0 +1,2 @@ +#include <stdio.h> + diff --git a/quad/src/quad_app/debug_rt.h b/quad/src/quad_app/debug_rt.h new file mode 100644 index 000000000..10b222ccb --- /dev/null +++ b/quad/src/quad_app/debug_rt.h @@ -0,0 +1,2 @@ +#include <stdio.h> + -- GitLab