Browse Source

add missing include

need to explicitly include elapsedMillis due it being a separate package
main
John Robinson 3 years ago
parent
commit
c4f5424be3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/SerEMU.cpp

+ 1
- 0
src/SerEMU.cpp View File

*/ */


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


//#define SEREMU_PRINT_DEBUG //#define SEREMU_PRINT_DEBUG

Loading…
Cancel
Save