stm32/usbd_cdc_interface: Include header to get machine_bootloader decl.
This was broken by commit 48b5a7b060
.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
20af857f52
commit
f3889db265
|
@ -44,9 +44,9 @@
|
|||
|
||||
#include "py/runtime.h"
|
||||
#include "py/mphal.h"
|
||||
#include "extmod/modmachine.h"
|
||||
#include "shared/runtime/interrupt_char.h"
|
||||
#include "irq.h"
|
||||
#include "modmachine.h"
|
||||
|
||||
#if MICROPY_HW_ENABLE_USB
|
||||
|
||||
|
|
Loading…
Reference in New Issue