diff options
Diffstat (limited to 'cores/arduino/Server.h')
-rw-r--r-- | cores/arduino/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/Server.h b/cores/arduino/Server.h index edab726..9674c76 100644 --- a/cores/arduino/Server.h +++ b/cores/arduino/Server.h @@ -1,7 +1,7 @@ #ifndef server_h #define server_h -class Server { +class Server : public Print { public: virtual void begin() =0; }; |