Added Pm3-master changes from Holiman.

REM: removed some old test code to cmdhf15 read.
This commit is contained in:
iceman1001 2015-01-07 23:52:33 +01:00
commit 1d660bb993
5 changed files with 259 additions and 146 deletions

View file

@ -131,6 +131,7 @@ static void *main_loop(void *targ) {
char *nl;
nl = strrchr(script_cmd_buf, '\r');
if (nl) *nl = '\0';
nl = strrchr(script_cmd_buf, '\n');
if (nl) *nl = '\0';