This commit is contained in:
Josh Stewart 2019-08-20 09:55:53 +10:00
commit db09629eec
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 can_command is called when a command is received over serial3 from the Can interface
It parses the command and calls the relevant function 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 "globals.h"
#include "cancomms.h" #include "cancomms.h"