Bläddra i källkod

Fix missing Print.h from Server.h

teensy4-core
PaulStoffregen 8 år sedan
förälder
incheckning
7e25edcb86
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      teensy3/Server.h

+ 2
- 0
teensy3/Server.h Visa fil

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

#include "Print.h"

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

Laddar…
Avbryt
Spara