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:
parent
8137423325
commit
4ad07e01ee
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user