Fixed typo in cancomms.ino

This commit is contained in:
John Plusje 2019-08-17 16:15:56 +02:00
parent ff9c89403c
commit cdcd066481
1 changed files with 1 additions and 1 deletions

View File

@ -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"