mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu: mini cleanup to spi driver
This commit is contained in:
parent
7d5b3263d5
commit
7904076668
@ -32,9 +32,6 @@
|
|||||||
/* guard file in case no SPI device is defined */
|
/* guard file in case no SPI device is defined */
|
||||||
#if SPI_NUMOF
|
#if SPI_NUMOF
|
||||||
|
|
||||||
/* this value will be send in return of the first transfered byte when in slave mode */
|
|
||||||
#define RESET_VALUE (0x77)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief unified interrupt handler to be shared between SPI devices
|
* @brief unified interrupt handler to be shared between SPI devices
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user