From be5fc0ff7f01ad2e5b964ca437674c15a7a8bd71 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sat, 6 Dec 2014 23:28:31 +0100 Subject: iAP: lingo 1 (microphone) Change-Id: I65da2064951972368a2880d271280e5b5ae878fe --- firmware/export/iap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/iap.h') 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 -- cgit v1.2.3