semaphore handling added to SPI interface

This commit is contained in:
Gunar Schorcht 2018-01-05 18:37:09 +01:00
parent 446e5200f4
commit cadc26de25

View file

@ -68,9 +68,9 @@
// platform specific definitions
#define spi_semaphore_init()
#define spi_semaphore_take()
#define spi_semaphore_give()
#define spi_semaphore_init(d)
#define spi_semaphore_take(d)
#define spi_semaphore_give(d)
// platform specific SPI functions