don't include tinyusb here, it's optional now

This commit is contained in:
Jeff Epler 2023-06-10 15:36:52 -05:00
parent 8ff1fc799e
commit 777a840e4b

View file

@ -14,7 +14,6 @@
#include <SdFat.h> // One SD library to rule them all - Greinman SdFat from Library Manager
#include <Adafruit_SPIFlash.h>
#include <Adafruit_TinyUSB.h>
#ifndef USE_VT100
#define USE_VT100 (0)