summaryrefslogtreecommitdiff
path: root/firmware/export/iap.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/iap.h')
-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);
34extern void iap_handlepkt(void); 34extern void iap_handlepkt(void);
35extern void iap_send_pkt(const unsigned char * data, int len); 35extern void iap_send_pkt(const unsigned char * data, int len);
36const unsigned char *iap_get_serbuf(void); 36const unsigned char *iap_get_serbuf(void);
37#ifdef HAVE_LINE_REC
38extern bool iap_record(bool onoff);
39#endif
37 40
38#endif 41#endif