summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/iap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/iap.h b/firmware/export/iap.h
index 22f36083d1..2626f48355 100644
--- a/firmware/export/iap.h
+++ b/firmware/export/iap.h
@@ -34,5 +34,8 @@ extern void iap_periodic(void);
extern void iap_handlepkt(void);
extern void iap_send_pkt(const unsigned char * data, int len);
const unsigned char *iap_get_serbuf(void);
+#ifdef HAVE_LINE_REC
+extern bool iap_record(bool onoff);
+#endif
#endif