Started to move iOS/iAP code from decouple to usb_buffer

This commit is contained in:
Ross Owen
2013-03-07 16:05:45 +00:00
parent ec026e36db
commit bf58de3006
5 changed files with 160 additions and 171 deletions

View File

@@ -14,9 +14,9 @@
void decouple(chanend c_audio_out,
// chanend ?c_midi,
chanend ?c_clk_int
#ifdef IAP
, chanend ?c_iap
#endif
//#ifdef IAP
//, chanend ?c_iap
//#endif
);
#endif // __decouple_h__