minor change
This commit is contained in:
parent
d17d2a9adb
commit
df0190026b
2 changed files with 16 additions and 13 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