From e6d10c053260fc28018f788ec175f022dc3a27fd Mon Sep 17 00:00:00 2001 From: Ash-4 <81280775+Ash-4@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:43:37 -0500 Subject: [PATCH] Update IODevice.h missing double quote --- IODevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IODevice.h b/IODevice.h index 24fd5c5..cd60bcc 100644 --- a/IODevice.h +++ b/IODevice.h @@ -546,7 +546,7 @@ protected: #include "IO_PCA9555.h" #include "IO_duinoNodes.h" #include "IO_EXIOExpander.h" -#include "IO_trainbrains.h +#include "IO_trainbrains.h" #include "IO_EncoderThrottle.h" #include "IO_EXSensorCAM.h"