This commit is contained in:
rusefi 2017-03-26 23:26:50 -04:00
parent df1371c734
commit 8c6096e66b
1 changed files with 1 additions and 4 deletions

View File

@ -202,11 +202,8 @@ void mySetPadMode(const char *msg, ioportid_t port, ioportmask_t pin, iomode_t m
}
if (port == GPIO_NULL)
return;
print("%s on %s:%d\r\n", msg, portname(port), pin);
appendPrintf(&logger, "msg,%s", msg);
appendPrintf(&logger, " on %s%d%s", portname(port), pin, DELIMETER);
printLine(&logger);
scheduleMsg(&logger, "%s on %s%d", msg, portname(port), pin);
int index = getIndex(port, pin);