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