From 8a48e07b263795d4e1de3ce8d1cf5995db6b0391 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 13 Jan 2020 16:38:45 +1000 Subject: [PATCH] Add missing include in comms.ino --- speeduino/comms.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/speeduino/comms.ino b/speeduino/comms.ino index 3e83c66b..7ba2b137 100644 --- a/speeduino/comms.ino +++ b/speeduino/comms.ino @@ -12,6 +12,7 @@ A full copy of the license may be found in the projects root directory #include "decoders.h" #include "scheduledIO.h" #include "logger.h" +#include "errors.h" /* Processes the data on the serial buffer.