only include watch_main_loop for simulator builds

This commit is contained in:
Joey Castillo
2022-10-11 21:11:25 -05:00
parent be1f3d3631
commit baf69d1770
2 changed files with 4 additions and 1 deletions

View File

@@ -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.