Skip to content

Commit 31d87a0

Browse files
committed
Merge branch 'ci/mpi_public_header_fix' into 'master'
fix(mpi): fixed missing include in mpi_ll.h for P4 See merge request espressif/esp-idf!25257
2 parents 54f327a + ff15d40 commit 31d87a0

File tree

1 file changed

+1
-0
lines changed
  • components/hal/esp32p4/include/hal

1 file changed

+1
-0
lines changed

components/hal/esp32p4/include/hal/mpi_ll.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <stdbool.h>
99
#include <string.h>
1010
#include "hal/assert.h"
11+
#include "hal/mpi_types.h"
1112
#include "soc/rsa_reg.h"
1213
#include "soc/mpi_periph.h"
1314

0 commit comments

Comments
 (0)