stm32/usbd_hid_interface: Include extra header to build with threading.

This commit is contained in:
Damien George 2019-07-26 12:44:14 +10:00
parent ad0b7cb017
commit 473157eeb9

View File

@ -26,6 +26,7 @@
#include "usbd_hid_interface.h"
#include "py/mpstate.h"
#include "py/mperrno.h"
#include "py/mphal.h"
#include "usb.h"