Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
6:2efbb7a3ca36
Parent:
4:7388451219ee
Child:
7:a71d7c24afc0
--- a/MuRata.cpp	Thu Feb 05 18:01:52 2015 +0000
+++ b/MuRata.cpp	Thu Feb 05 22:08:33 2015 +0000
@@ -84,7 +84,7 @@
 
 HTTPResponseIndication * MuRata::Get_HTTPResponseIndication()
 {
-    while (FrameReceive())
+            while (FrameReceive())
         if (_payload.GetResponseFlag() == Request_Indication
                 && _frame.GetCommandID() == CMD_ID_SNIC
                 && _payload.GetSubCommandID() == SNIC_HTTP_RSP_IND)