This is an automated email from the ASF dual-hosted git repository.
linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cb2d591b42c stm32/stm32_usbdev.c: include arch/board/board.h
cb2d591b42c is described below
commit cb2d591b42cde7a4361366cc1246621b36dc9f94
Author: Stepan Pressl <[email protected]>
AuthorDate: Mon Oct 13 13:33:36 2025 +0200
stm32/stm32_usbdev.c: include arch/board/board.h
Without this, the compilation would fail for F302 chips.
Signed-off-by: Stepan Pressl <[email protected]>
---
arch/arm/src/stm32/stm32_usbdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/src/stm32/stm32_usbdev.c
b/arch/arm/src/stm32/stm32_usbdev.c
index 79e0436ee5f..6c17c0b3fb4 100644
--- a/arch/arm/src/stm32/stm32_usbdev.c
+++ b/arch/arm/src/stm32/stm32_usbdev.c
@@ -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"