1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51: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, Chris Bulliner. All rights reserved. https://github.com/CMB27
*
* This file is part of DCC++EX API
*

View File

@ -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