From 4ad07e01ee4045d47253a7b280444e411bb26def Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Mon, 2 Dec 2024 04:06:06 -0500 Subject: [PATCH] IO_Modbus: corrected attribution --- IO_Modbus.cpp | 1 + IO_Modbus.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/IO_Modbus.cpp b/IO_Modbus.cpp index 0ecb098..1da5223 100644 --- a/IO_Modbus.cpp +++ b/IO_Modbus.cpp @@ -1,5 +1,6 @@ /* * © 2024, Travis Farmer. All rights reserved. + * © 2024, Chris Bulliner. All rights reserved. https://github.com/CMB27 * * This file is part of DCC++EX API * diff --git a/IO_Modbus.h b/IO_Modbus.h index 203929d..070365e 100644 --- a/IO_Modbus.h +++ b/IO_Modbus.h @@ -1,6 +1,7 @@ /* * © 2024, Travis Farmer. All rights reserved. - * + * © 2024, Chris Bulliner. All rights reserved. https://github.com/CMB27 + * * This file is part of DCC++EX API * * This is free software: you can redistribute it and/or modify @@ -406,7 +407,6 @@ public: return NULL; } }; -#else -#error "You have included IO_Modbus on an unsupported board!" + #endif #endif // IO_MODBUS_H