1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

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 e25601e3e5
commit 689b25ce31

View File

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