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.
Diff: UARTFrame.cpp
- Revision:
- 7:a71d7c24afc0
- Parent:
- 0:8e83b9448758
diff -r 2efbb7a3ca36 -r a71d7c24afc0 UARTFrame.cpp --- a/UARTFrame.cpp Thu Feb 05 22:08:33 2015 +0000 +++ b/UARTFrame.cpp Sun Feb 08 01:22:29 2015 +0000 @@ -56,7 +56,7 @@ void UARTFrame::SetCommandID(const CommandID id) { - commandid = id; + SetCommandID ((int)id); } void UARTFrame::SetCommandID(const int value)