Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion SLIPEncodedSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Extends the Serial class to encode SLIP over serial


//import the serial USB object
#if defined(TEENSYDUINO) && defined (__arm__)
#if defined(USE_TINYUSB)
#include <Adafruit_USBD_CDC.h>
#elif defined(TEENSYDUINO) && defined (__arm__)
#if !defined(USB_HOST_TEENSY36_)
#include <usb_serial.h>
#endif
Expand Down