This is an automated email from the ASF dual-hosted git repository.
xiaoxiang 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 11e0262ae8 Add necessary Import to compilation
11e0262ae8 is described below
commit 11e0262ae84f417890b360c5f60c579a67ac84e7
Author: Felipe Moura <[email protected]>
AuthorDate: Sun Oct 13 19:24:02 2024 -0300
Add necessary Import to compilation
---
boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c | 1 +
boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c
b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c
index bf3b3cac14..60d4022f4e 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c
+++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c
@@ -25,6 +25,7 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
+#include "esp32c6-devkitc.h"
/****************************************************************************
* Pre-processor Definitions
diff --git a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c
b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c
index c19f5519a1..da643c634c 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c
+++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c
@@ -25,6 +25,7 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
+#include "esp32c6-devkitm.h"
/****************************************************************************
* Pre-processor Definitions