From 1d4ff3695d8599687b456cdce156c5127251ae1b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 29 Jul 2010 07:16:20 +0000 Subject: Oops - remove duplicated SPI driver init mask. --- LUFA/Drivers/Peripheral/SPI.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'LUFA/Drivers/Peripheral') diff --git a/LUFA/Drivers/Peripheral/SPI.h b/LUFA/Drivers/Peripheral/SPI.h index 06a8f1880..5bd7df448 100644 --- a/LUFA/Drivers/Peripheral/SPI.h +++ b/LUFA/Drivers/Peripheral/SPI.h @@ -106,9 +106,6 @@ /** SPI data order mask for SPI_Init(). Indicates that data should be shifted out MSB first. */ #define SPI_ORDER_LSB_FIRST (1 << DORD) - /** SPI data sample mode mask for SPI_Init(). Indicates that the data should be sampled on the trailing edge. */ - #define SPI_SAMPLE_TRAILING (1 << CPHA) - /** SPI mode mask for SPI_Init(). Indicates that the SPI interface should be initialized into slave mode. */ #define SPI_MODE_SLAVE (0 << MSTR) -- cgit v1.2.3