1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-03-15 18:43:06 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Travis Farmer
3496a4747b
Merge 4ad07e01ee into 14724aeb2a 2024-12-02 11:21:56 +00:00
travis-farmer
4ad07e01ee
IO_Modbus: corrected attribution 2024-12-02 04:06:06 -05:00
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