From 7904076668980479a1440a295f110b1e11441687 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 7 Aug 2014 16:50:17 +0200 Subject: [PATCH] cpu: mini cleanup to spi driver --- cpu/stm32f0/periph/spi.c | 3 --- 1 file changed, 3 deletions(-) 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 *