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.
Dependents: Turtle_RadioShuttle
Diff: NVProperty_Editor.cpp
- Revision:
- 9:ac6c43b29434
- Parent:
- 7:5c36e5c18b65
- Child:
- 10:7999d15fd227
diff -r b42bb4130002 -r ac6c43b29434 NVProperty_Editor.cpp
--- a/NVProperty_Editor.cpp Mon Feb 04 10:04:54 2019 +0100
+++ b/NVProperty_Editor.cpp Mon Feb 04 10:22:29 2019 +0100
@@ -156,7 +156,7 @@
}
break;
case 's': {
- char *v = strchr(++cmd, '=');
+ char *v = (char *)strchr(++cmd, '=');
if (!v)
continue;
*v++ = 0;