auto-sync

This commit is contained in:
rusEfi 2014-12-25 17:03:33 -06:00
parent 28961ac456
commit 5f662b30db
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ void mySetPadMode(const char *msg, ioportid_t port, ioportmask_t pin, iomode_t m
if (PIN_USED[index] != NULL) { if (PIN_USED[index] != NULL) {
/** /**
* todo: the problem is that this warning happends before the console is even * todo: the problem is that this warning happens before the console is even
* connected, so the warning is never displayed on the console and that's quite a problem! * connected, so the warning is never displayed on the console and that's quite a problem!
*/ */
// warning(OBD_PCM_Processor_Fault, "%s%d req by %s used by %s", portname(port), pin, msg, PIN_USED[index]); // warning(OBD_PCM_Processor_Fault, "%s%d req by %s used by %s", portname(port), pin, msg, PIN_USED[index]);