센서보드 RF IRQ 테스트 중 and bug fix?

Fork of EV-COG-AD3029LZ by JunMo Hong

Revision:
85:38de5ee78824
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	Thu Sep 20 06:34:33 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);
     }