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

Fork of EV-COG-AD3029LZ by JunMo Hong

Revision:
57:8cc871dc6cac
Parent:
51:d46b4cc970c5
Child:
64:28ef790e4ef7
--- a/stm-spirit1-rf-driver/SimpleSpirit1.h	Fri Apr 07 10:12:00 2017 +0200
+++ b/stm-spirit1-rf-driver/SimpleSpirit1.h	Fri Apr 28 14:11:53 2017 +0200
@@ -39,7 +39,7 @@
 extern "C" void SpiritManagementSetFrequencyBase(uint32_t);
 
 
-/*** UnlockedSPI for Performance (due to singleton) ***/
+/*** UnlockedSPI for Usage in IRQ context ***/
 class UnlockedSPI : public SPI {
 public:
     UnlockedSPI(PinName mosi, PinName miso, PinName sclk) :