From 4d145ca3e0d81ca8f65c692d4a0671f5b3a26bd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Kroll" Date: Tue, 15 Oct 2013 21:16:34 -0400 Subject: [PATCH] Multitask API check --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index 985664c4..add3ee03 100644 --- a/settings.h +++ b/settings.h @@ -69,7 +69,7 @@ #include #endif -#if USE_XMEM_SPI_LOCK +#if USE_XMEM_SPI_LOCK | defined(USE_MULTIPLE_APP_API) #include #else #define XMEM_ACQUIRE_SPI() (void(0))