Przeglądaj źródła

Fix missing Print.h from Server.h

main
PaulStoffregen 9 lat temu
rodzic
commit
7e25edcb86
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      teensy3/Server.h

+ 2
- 0
teensy3/Server.h Wyświetl plik

#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;

Ładowanie…
Anuluj
Zapisz