From 3b1759a88e300d145dffab8cb61e4cd96c7c378c Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Thu, 12 Aug 2021 21:18:46 +0100 Subject: [PATCH] Update IODevice.h to include other device includes files.. --- IODevice.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IODevice.h b/IODevice.h index ca16285..6717c8b 100644 --- a/IODevice.h +++ b/IODevice.h @@ -344,8 +344,8 @@ private: ///////////////////////////////////////////////////////////////////////////////////////////////////// -// #include "IO_MCP23008.h" -// #include "IO_MCP23017.h" -// #include "IO_PCF8574.h" +#include "IO_MCP23008.h" +#include "IO_MCP23017.h" +#include "IO_PCF8574.h" #endif // iodevice_h \ No newline at end of file