summaryrefslogtreecommitdiffstats
path: root/apps/starter-project
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-10-11 21:11:25 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-10-11 21:11:25 -0500
commitbaf69d177079246f50e103efc1d720ab73ba8107 (patch)
tree20204b6b3babaaf6d3e5d70604f6ad21713e266e /apps/starter-project
parentbe1f3d3631d5403bb8391182258118098816d113 (diff)
downloadSensor-Watch-baf69d177079246f50e103efc1d720ab73ba8107.tar.gz
Sensor-Watch-baf69d177079246f50e103efc1d720ab73ba8107.tar.bz2
Sensor-Watch-baf69d177079246f50e103efc1d720ab73ba8107.zip
only include watch_main_loop for simulator buildswryun-make-starter-proj-work-in-simulator
Diffstat (limited to 'apps/starter-project')
-rw-r--r--apps/starter-project/app.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/starter-project/app.c b/apps/starter-project/app.c
index 5dfde68d..2efa6e72 100644
--- a/apps/starter-project/app.c
+++ b/apps/starter-project/app.c
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "watch.h"
-#include "watch_main_loop.h"
//////////////////////////////////////////////////////////////////////////////////////////
// This section sets up types and storage for our application state.