Add IAP_BUFFERED preprocessor macro to filter out new work to put iAP through buffer and decouple.

This commit is contained in:
Russell Gallop
2011-08-11 15:19:39 +01:00
parent 85d5e6980d
commit d4e1bc3906
5 changed files with 38 additions and 2 deletions

View File

@@ -13,6 +13,10 @@
*/
void decouple(chanend c_audio_out,
chanend ?c_led,
chanend ?c_midi, chanend ?c_clk_int, chanend ?c_iap);
chanend ?c_midi, chanend ?c_clk_int
#ifdef IAP_BUFFERED
, chanend ?c_iap
#endif
);
#endif // __decouple_h__