semaphore handling added to SPI interface
This commit is contained in:
parent
ffc8673ad1
commit
29735aa7c4
3 changed files with 21 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue