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/incubator-nuttx.git

commit 965a39a76d69ccf5d0496825c6f2438a4bfc4011
Author: Abdelatif Guettouche <abdelatif.guettou...@espressif.com>
AuthorDate: Wed Jun 16 14:21:27 2021 +0100

    boards/risc-v/esp32c3-devkit: Include "config.h" in esp32c3_boot.c
    
    Signed-off-by: Abdelatif Guettouche <abdelatif.guettou...@espressif.com>
---
 boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_boot.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_boot.c 
b/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_boot.c
index e97f702..d008b76 100644
--- a/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_boot.c
+++ b/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_boot.c
@@ -22,6 +22,8 @@
  * Included Files
  ****************************************************************************/
 
+#include <nuttx/config.h>
+
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/

Reply via email to