This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix missing Print.h from Server.h
main
PaulStoffregen
8 years ago
parent
2f8709c6c9
commit
7e25edcb86
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
+2
-0
teensy3/Server.h
+ 2
- 0
teensy3/Server.h
View File
#ifndef server_h
#ifndef server_h
#define server_h
#define server_h
#include "Print.h"
class Server : public Print {
class Server : public Print {
public:
public:
virtual void begin() =0;
virtual void begin() =0;
Write
Preview
Loading…
Cancel
Save