Procházet zdrojové kódy

Fix missing Print.h from Server.h

teensy4-core
PaulStoffregen před 8 roky
rodič
revize
7e25edcb86
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      teensy3/Server.h

+ 2
- 0
teensy3/Server.h Zobrazit soubor

@@ -3,6 +3,8 @@
#ifndef server_h
#define server_h

#include "Print.h"

class Server : public Print {
public:
virtual void begin() =0;

Načítá se…
Zrušit
Uložit