Console and Process classes are automatically included with Bridge
This commit is contained in:
parent
87036348eb
commit
6b058a3032
|
@ -105,3 +105,6 @@ private:
|
||||||
extern SerialBridgeClass Bridge;
|
extern SerialBridgeClass Bridge;
|
||||||
|
|
||||||
#endif /* BRIDGE_H_ */
|
#endif /* BRIDGE_H_ */
|
||||||
|
|
||||||
|
#include <Console.h>
|
||||||
|
#include <Process.h>
|
||||||
|
|
Loading…
Reference in New Issue