Multitask API check

This commit is contained in:
Andrew J. Kroll 2013-10-15 21:16:34 -04:00
parent d0bdebed7b
commit 4d145ca3e0

View file

@ -69,7 +69,7 @@
#include <avr/io.h>
#endif
#if USE_XMEM_SPI_LOCK
#if USE_XMEM_SPI_LOCK | defined(USE_MULTIPLE_APP_API)
#include <xmem.h>
#else
#define XMEM_ACQUIRE_SPI() (void(0))