From af59913deb9ee5706f94494b3ffc35497be2fcde Mon Sep 17 00:00:00 2001 From: rusEfi Date: Thu, 25 Dec 2014 17:03:33 -0600 Subject: [PATCH] auto-sync --- firmware/hw_layer/pin_repository.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/pin_repository.c b/firmware/hw_layer/pin_repository.c index c01a325ba2..9e69ff8f27 100644 --- a/firmware/hw_layer/pin_repository.c +++ b/firmware/hw_layer/pin_repository.c @@ -163,7 +163,7 @@ void mySetPadMode(const char *msg, ioportid_t port, ioportmask_t pin, iomode_t m 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! */ // warning(OBD_PCM_Processor_Fault, "%s%d req by %s used by %s", portname(port), pin, msg, PIN_USED[index]);