Add USB include for LiteX

This commit is contained in:
Scott Shawcroft 2020-04-24 17:24:05 -07:00
parent 5c7f6e6211
commit 67c053e9c4
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <string.h>
#include "lib/tinyusb/src/device/usbd.h"
#include "py/mphal.h"
#include "py/mpstate.h"
#include "py/gc.h"