summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/oscillograph.c4
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 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#ifndef SIMULATOR /* don't want this code in the simulator */
21
20#include <stdlib.h> 22#include <stdlib.h>
21#include <sprintf.h> 23#include <sprintf.h>
22#include "menu.h" 24#include "menu.h"
@@ -199,3 +201,5 @@ bool oscillograph(void)
199 /* standard return */ 201 /* standard return */
200 return false; 202 return false;
201} 203}
204
205#endif /* #ifndef SIMULATOR */ \ No newline at end of file