Console and Process classes are automatically included with Bridge
This commit is contained in:
parent
fcb44a5cc8
commit
b31e89adcc
|
@ -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