Explorar el Código

add missing include

need to explicitly include elapsedMillis due it being a separate package
main
John Robinson hace 3 años
padre
commit
c4f5424be3
No se encontró ninguna clave conocida en la base de datos para esta firma
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/SerEMU.cpp

+ 1
- 0
src/SerEMU.cpp Ver fichero

@@ -22,6 +22,7 @@
*/

#include <core/Arduino.h>
#include <elapsedmillis/elapsedMillis.h>
#include "usbhost/usbhost.h" // Read this header first for key info

//#define SEREMU_PRINT_DEBUG

Cargando…
Cancelar
Guardar