diff options
author | Cástor Muñoz <cmvidal@gmail.com> | 2014-12-06 23:28:31 +0100 |
---|---|---|
committer | Cástor Muñoz <cmvidal@gmail.com> | 2015-10-07 06:15:04 +0200 |
commit | be5fc0ff7f01ad2e5b964ca437674c15a7a8bd71 (patch) | |
tree | 67224c1d0e40d1e053cb2f41fc751ba1c95149bd /firmware/export/iap.h | |
parent | b2d650f511d1eef08138f09ecd4e96656eef173b (diff) |
iAP: lingo 1 (microphone)
Change-Id: I65da2064951972368a2880d271280e5b5ae878fe
Diffstat (limited to 'firmware/export/iap.h')
-rw-r--r-- | firmware/export/iap.h | 3 |
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 |