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