mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Multitask API check
This commit is contained in:
parent
d0bdebed7b
commit
4d145ca3e0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE_XMEM_SPI_LOCK
|
#if USE_XMEM_SPI_LOCK | defined(USE_MULTIPLE_APP_API)
|
||||||
#include <xmem.h>
|
#include <xmem.h>
|
||||||
#else
|
#else
|
||||||
#define XMEM_ACQUIRE_SPI() (void(0))
|
#define XMEM_ACQUIRE_SPI() (void(0))
|
||||||
|
|
Loading…
Reference in a new issue