1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 05:11:24 +01:00

IO_Modbus: corrected attribution

This commit is contained in:
travis-farmer 2024-12-02 04:06:06 -05:00
parent 8137423325
commit 4ad07e01ee
No known key found for this signature in database
GPG Key ID: 0BC296791D14CB35
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
/* /*
* © 2024, Travis Farmer. All rights reserved. * © 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 file is part of DCC++EX API
* *

View File

@ -1,5 +1,6 @@
/* /*
* © 2024, Travis Farmer. All rights reserved. * © 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 file is part of DCC++EX API
* *
@ -406,7 +407,6 @@ public:
return NULL; return NULL;
} }
}; };
#else
#error "You have included IO_Modbus on an unsupported board!"
#endif #endif
#endif // IO_MODBUS_H #endif // IO_MODBUS_H