diff --git a/cpu/stm32f0/periph/spi.c b/cpu/stm32f0/periph/spi.c index d0caa04d43..6a56ff9372 100644 --- a/cpu/stm32f0/periph/spi.c +++ b/cpu/stm32f0/periph/spi.c @@ -32,9 +32,6 @@ /* guard file in case no SPI device is defined */ #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 *