mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
added SPI parameters.
This commit is contained in:
parent
2ede893aa6
commit
a26bcf30f7
@ -88,4 +88,8 @@ typedef int bool;
|
||||
#define SD_LED_WRITE_ON SD_LED_READ_ON
|
||||
#define SD_LED_WRITE_OFF SD_LED_READ_OFF
|
||||
|
||||
#define SPI_WRITE SD_WRITE
|
||||
#define SPI_DMA_READ 0
|
||||
#define SPI_DMA_WRITE 0
|
||||
|
||||
#endif /* !CONTIKI_CONF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user