Copied midi buffering to iap buffering.

This commit is contained in:
Russell Gallop
2011-07-29 12:19:18 +01:00
parent 3a611fe375
commit 17babda9e5
4 changed files with 260 additions and 7 deletions

View File

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