semaphore handling added to SPI interface

This commit is contained in:
Gunar Schorcht 2018-01-05 18:39:01 +01:00
parent ffc8673ad1
commit 29735aa7c4
3 changed files with 21 additions and 6 deletions

View file

@ -69,9 +69,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