From 2bd9b4680b1356ff09fa26dc1787933372c5d487 Mon Sep 17 00:00:00 2001 From: Ash-4 <81280775+Ash-4@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:35:36 -0500 Subject: [PATCH] typo fix missing double quote --- IODevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IODevice.h b/IODevice.h index eb1738a..24fd5c5 100644 --- a/IODevice.h +++ b/IODevice.h @@ -548,6 +548,6 @@ protected: #include "IO_EXIOExpander.h" #include "IO_trainbrains.h #include "IO_EncoderThrottle.h" -#include "IO_EXSensorCAM.h +#include "IO_EXSensorCAM.h" #endif // iodevice_h