180718 HJM : 8 Count sensing data RF send, certTest, temp(cold)Test

Fork of EV-COG-AD3029LZ by JunMo Hong

Revision:
85:cdf9e4210c87
Parent:
84:45b9ff78a066
--- a/stm-spirit1-rf-driver/SimpleSpirit1.h	Fri Jun 22 03:42:24 2018 +0000
+++ b/stm-spirit1-rf-driver/SimpleSpirit1.h	Wed Jul 18 05:44:03 2018 +0000
@@ -15,7 +15,6 @@
 #include "spirit1-config.h"
 #include "spirit1-const.h"
 
-
 // betzw: enable beyond macro if you want debug messages also from IRQ handler
 // #define DEBUG_IRQ
 
@@ -47,6 +46,7 @@
 
 
 
+
 /*** Missing Cube External Declarations ***/
 extern "C" void SpiritManagementSetFrequencyBase(uint32_t);
 
@@ -548,7 +548,8 @@
 
     /** Set Channel
      */
-    void set_channel(uint8_t channel) {
+    void set_channel(uint8_t channel) 
+    {
     	SpiritRadioSetChannel(channel);
     }