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.

Files at this revision

API Documentation at this revision

Comitter:
yangcq88517
Date:
Thu Feb 05 22:08:33 2015 +0000
Parent:
5:4dd71388b407
Child:
7:a71d7c24afc0
Commit message:
bug fix

Changed in this revision

MuRata.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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)