센서보드 RF IRQ 테스트 중

Fork of stm-spirit1-rf-driver by ST

Revision:
83:54b207156a91
Parent:
34:edda6a7238ec
--- a/source/radio_spi.cpp	Fri Feb 02 14:13:24 2018 +0100
+++ b/source/radio_spi.cpp	Wed Mar 21 05:06:08 2018 +0000
@@ -38,7 +38,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "radio_spi.h"
-
 #include "SimpleSpirit1.h"
 
 
@@ -147,7 +146,7 @@
   /* Writes the registers according to the number of bytes */
   for (int index = 0; index < cNbBytes; index++)
   {
-	  _spi.write(pcBuffer[index]);
+	_spi.write(pcBuffer[index]);
   }
 
   /* Puts the SPI chip select high to end the transaction */