diff --git a/apps/recorder/oscillograph.c b/apps/recorder/oscillograph.c index 25ae10f01b..7b91ed18e9 100644 --- a/apps/recorder/oscillograph.c +++ b/apps/recorder/oscillograph.c @@ -17,6 +17,8 @@ * ****************************************************************************/ +#ifndef SIMULATOR /* don't want this code in the simulator */ + #include #include #include "menu.h" @@ -199,3 +201,5 @@ bool oscillograph(void) /* standard return */ return false; } + +#endif /* #ifndef SIMULATOR */ \ No newline at end of file