diff options
Diffstat (limited to 'apps/recorder/oscillograph.c')
-rw-r--r-- | apps/recorder/oscillograph.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h> #include <sprintf.h> #include "menu.h" @@ -199,3 +201,5 @@ bool oscillograph(void) /* standard return */ return false; } + +#endif /* #ifndef SIMULATOR */
\ No newline at end of file |