Skip to content
Snippets Groups Projects
Commit e53584c2 authored by Charles Cross's avatar Charles Cross
Browse files

Added externs for additional Wire instances

parent 2a6d8560
No related branches found
No related tags found
No related merge requests found
......@@ -107,5 +107,10 @@ class TwoWire : public Stream
};
extern TwoWire Wire;
extern TwoWire Wire1;
extern TwoWire Wire2;
extern TwoWire Wire3;
extern TwoWire Wire4;
extern TwoWire Wire5;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment