Remove IAP_BUFFERED as this is the only option now.

This commit is contained in:
Russell Gallop
2011-09-06 12:22:28 +01:00
parent f8af92041d
commit 5c6dd16a3c
5 changed files with 4 additions and 26 deletions

View File

@@ -14,7 +14,7 @@
void decouple(chanend c_audio_out,
chanend ?c_led,
chanend ?c_midi, chanend ?c_clk_int
#ifdef IAP_BUFFERED
#ifdef IAP
, chanend ?c_iap
#endif
);