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 @@
#undef IAP
#endif
#if defined(IAP_BUFFERED) && (IAP_BUFFERED == 0)
#undef IAP_BUFFERED
#endif
#if defined(MIDI) && (MIDI == 0)
#undef MIDI
#endif