Console and Process classes are automatically included with Bridge

This commit is contained in:
Cristian Maglie 2013-05-31 13:25:25 +02:00
parent 87036348eb
commit 6b058a3032
1 changed files with 3 additions and 0 deletions

View File

@ -105,3 +105,6 @@ private:
extern SerialBridgeClass Bridge;
#endif /* BRIDGE_H_ */
#include <Console.h>
#include <Process.h>