Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RPCInterface by
Revision 9:fd6ad3bfe7b5, committed 2015-02-14
- Comitter:
- komoritan
- Date:
- Sat Feb 14 00:16:44 2015 +0000
- Parent:
- 7:a9e2c45097c8
- Commit message:
- Fixed
Changed in this revision
RPCFunction.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r a9e2c45097c8 -r fd6ad3bfe7b5 RPCFunction.h --- a/RPCFunction.h Fri Feb 04 10:55:39 2011 +0000 +++ b/RPCFunction.h Sat Feb 14 00:16:44 2015 +0000 @@ -32,7 +32,8 @@ #include "mbed.h" #include "platform.h" #include "rpc.h" -#define STR_LEN 64 +//kawashi mod +#define STR_LEN 256 #include "platform.h" #ifdef MBED_RPC