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.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CommandParser/cmd.cpp
- Revision:
- 28:c410a61238bb
- Parent:
- 18:9cf694a764c0
- Child:
- 34:f345fdec711d
--- a/src/CommandParser/cmd.cpp Thu Sep 08 15:32:50 2016 +0000 +++ b/src/CommandParser/cmd.cpp Thu Sep 08 20:12:04 2016 +0000 @@ -236,8 +236,9 @@ char data_buf[1024]; snprintf(data_buf, sizeof(data_buf), - "{ \"mtype\":100, " + "{ " "\"id\":\"SP\", " + "\"name\":\"TRASAR\", " "\"priority\":\"800\", " "\"input\":\"i_tra01\", " "\"output\":\"o_r05\", " @@ -246,7 +247,6 @@ "\"lalert\":\"85\", " "\"hfs\":\"130\", " "\"lfs\":\"70\", " - "\"dcntl\":\"1\", " "\"tol\":\"5\" } " );