From cf0f74ec787eccd9ab7937820ae807feb91b480d Mon Sep 17 00:00:00 2001
From: Michael Dryden <mdryden@chem.utoronto.ca>
Date: Wed, 4 Feb 2015 20:26:04 -0500
Subject: [PATCH] Revert SPI dummy byte change - 0xFE conflicts with RESET
 command for ADS1255.

---
 DSTAT-temp/src/config/conf_usart_spi.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/DSTAT-temp/src/config/conf_usart_spi.h b/DSTAT-temp/src/config/conf_usart_spi.h
index a759337..b5360e4 100644
--- a/DSTAT-temp/src/config/conf_usart_spi.h
+++ b/DSTAT-temp/src/config/conf_usart_spi.h
@@ -43,6 +43,5 @@
 #ifndef CONF_USART_SPI_H_INCLUDED
 #define CONF_USART_SPI_H_INCLUDED
 
-#define CONFIG_USART_SPI_DUMMY 0xFE
 
 #endif /* CONF_USART_SPI_H_INCLUDED */
-- 
GitLab