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:
7:a71d7c24afc0
Parent:
4:7388451219ee
Child:
9:0ce800923eda
--- a/Payload.cpp	Thu Feb 05 22:08:33 2015 +0000
+++ b/Payload.cpp	Sun Feb 08 01:22:29 2015 +0000
@@ -41,7 +41,7 @@
 
 void Payload::SetSubCommandID(const SubCommandID id)
 {
-    SetSubCommandID((char)id);
+    SetSubCommandID((int)id);
 }
 
 void Payload::SetSubCommandID(const int value)