From cdcd0664815ca22173f0f347a78eaf57cf295a8f Mon Sep 17 00:00:00 2001 From: John Plusje Date: Sat, 17 Aug 2019 16:15:56 +0200 Subject: [PATCH] Fixed typo in cancomms.ino --- speeduino/cancomms.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speeduino/cancomms.ino b/speeduino/cancomms.ino index 5b7f645b..0963a991 100644 --- a/speeduino/cancomms.ino +++ b/speeduino/cancomms.ino @@ -8,7 +8,7 @@ can_comms was originally contributed by Darren Siepka /* can_command is called when a command is received over serial3 from the Can interface It parses the command and calls the relevant function -sendcancommand is called when a comman d is to be sent via serial3 to the Can interface +sendcancommand is called when a command is to be sent via serial3 to the Can interface */ #include "globals.h" #include "cancomms.h"