Added the small support driver for the picoscope

Added a deploysics script
The Tcl data and time functions were moved to the SICS kernel
This commit is contained in:
2015-07-07 12:33:02 +02:00
parent c3744cea5f
commit 0294b7ad95
15 changed files with 2802 additions and 2781 deletions

View File

@ -387,7 +387,7 @@ static int ParOutError(SConnection * con, ParData * o)
o->name, ctx->thisPar);
break;
case ILLNUM:
SCPrintf(con, eError, "ERROR: illegal value", o->name, ctx->valueArg);
SCPrintf(con, eError, "ERROR: illegal value %s %s", o->name, ctx->valueArg);
break;
case ILLARGC:
SCPrintf(con, eError, "ERROR: illegal number of arguments for %s %s",