JunMo Hong / EV-COG-AD3029LZ

Fork of stm-spirit1-rf-driver by ST

Revision:
5:c9c5bc673c64
Parent:
0:4fb29d9ee571
diff -r 07537ca85c66 -r c9c5bc673c64 libs/spirit1/SPIRIT1_Library/Src/SPIRIT_PktCommon.c
--- a/libs/spirit1/SPIRIT1_Library/Src/SPIRIT_PktCommon.c	Tue Oct 18 07:06:12 2016 +0200
+++ b/libs/spirit1/SPIRIT1_Library/Src/SPIRIT_PktCommon.c	Tue Oct 18 11:45:43 2016 +0200
@@ -131,7 +131,6 @@
 
   /* Writes the new value on the PCKTCTRL4 register */
   g_xStatus = SpiritSpiWriteRegisters(PCKTCTRL4_BASE, 1, &tempRegValue);
-
 }
 
 
@@ -149,7 +148,6 @@
 
   /* Rebuild and return value */
   return (tempRegValue & PCKTCTRL4_CONTROL_LEN_MASK);
-
 }
 
 
@@ -175,7 +173,6 @@
 
   /* Writes the new value on the PCKTCTRL2 register */
   g_xStatus = SpiritSpiWriteRegisters(PCKTCTRL2_BASE, 1, &tempRegValue);
-
 }