1
0
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:
Hauke Petersen 2014-08-07 16:50:17 +02:00
parent 7d5b3263d5
commit 7904076668

View File

@ -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
* *