Skip to content

Commit 35d07df

Browse files
iabdalkaderdpgeorge
authored andcommitted
stm32/usbd_hid_interface: Add runtime header.
Include runtime.h for mp_handle_pending. Signed-off-by: iabdalkader <[email protected]>
1 parent c57aebf commit 35d07df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/usbd_hid_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include "usbd_hid_interface.h"
2828

29-
#include "py/mpstate.h"
29+
#include "py/runtime.h"
3030
#include "py/mperrno.h"
3131
#include "py/mphal.h"
3232
#include "usb.h"

0 commit comments

Comments
 (0)