Add IAP_BUFFERED preprocessor macro to filter out new work to put iAP through buffer and decouple.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user