mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
stm32/stm32_usbdev.c: include arch/board/board.h
Without this, the compilation would fail for F302 chips. Signed-off-by: Stepan Pressl <pressl.stepan@gmail.com>
This commit is contained in:
committed by
Matteo Golin
parent
6fd64dec79
commit
cb2d591b42
@@ -48,6 +48,7 @@
|
||||
#include <nuttx/usb/usbdev_trace.h>
|
||||
|
||||
#include <nuttx/irq.h>
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "arm_internal.h"
|
||||
#include "stm32.h"
|
||||
|
||||
Reference in New Issue
Block a user