Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix missing Print.h from Server.h
teensy4-core
PaulStoffregen
hace 8 años
padre
2f8709c6c9
commit
7e25edcb86
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-0
teensy3/Server.h
+ 2
- 0
teensy3/Server.h
Ver fichero
@@ -3,6 +3,8 @@
#ifndef server_h
#define server_h
#include "Print.h"
class Server : public Print {
public:
virtual void begin() =0;
Escribir
Vista previa
Cargando…
Cancelar
Guardar