Skip to content
Snippets Groups Projects
Commit f3889db2 authored by Damien George's avatar Damien George
Browse files

stm32/usbd_cdc_interface: Include header to get machine_bootloader decl.


This was broken by commit 48b5a7b0.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 20af857f
Branches master
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment