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

pull/1/head
Damien George 2019-07-26 12:44:14 +10:00
parent ad0b7cb017
commit 473157eeb9
1 changed files with 1 additions and 0 deletions

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"