summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/ascodec-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/ascodec-target.h')
-rw-r--r--firmware/target/arm/as3525/ascodec-target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/ascodec-target.h b/firmware/target/arm/as3525/ascodec-target.h
index 13946099c0..989712ad0f 100644
--- a/firmware/target/arm/as3525/ascodec-target.h
+++ b/firmware/target/arm/as3525/ascodec-target.h
@@ -25,6 +25,8 @@
25#ifndef _ASCODEC_TARGET_H 25#ifndef _ASCODEC_TARGET_H
26#define _ASCODEC_TARGET_H 26#define _ASCODEC_TARGET_H
27 27
28#ifndef SIMULATOR
29
28#include "as3514.h" 30#include "as3514.h"
29#include "kernel.h" /* for struct wakeup */ 31#include "kernel.h" /* for struct wakeup */
30 32
@@ -110,4 +112,6 @@ void ascodec_enable_endofch_irq(void);
110 112
111void ascodec_disable_endofch_irq(void); 113void ascodec_disable_endofch_irq(void);
112 114
115#endif /* !SIMULATOR */
116
113#endif /* !_ASCODEC_TARGET_H */ 117#endif /* !_ASCODEC_TARGET_H */