Skip to content

Commit

Permalink
Add necessary Import to compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeMdeO authored and xiaoxiang781216 committed Oct 14, 2024
1 parent b964eee commit 11e0262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <nuttx/config.h>

#include "riscv_internal.h"
#include "esp32c6-devkitc.h"

/****************************************************************************
* Pre-processor Definitions
Expand Down
1 change: 1 addition & 0 deletions boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <nuttx/config.h>

#include "riscv_internal.h"
#include "esp32c6-devkitm.h"

/****************************************************************************
* Pre-processor Definitions
Expand Down

0 comments on commit 11e0262

Please sign in to comment.