Skip to content

Commit

Permalink
Merge branch 'ci/mpi_public_header_fix' into 'master'
Browse files Browse the repository at this point in the history
fix(mpi): fixed missing include in mpi_ll.h for P4

See merge request espressif/esp-idf!25257
  • Loading branch information
ESP-Marius committed Aug 8, 2023
2 parents 54f327a + ff15d40 commit 31d87a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/hal/esp32p4/include/hal/mpi_ll.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <stdbool.h>
#include <string.h>
#include "hal/assert.h"
#include "hal/mpi_types.h"
#include "soc/rsa_reg.h"
#include "soc/mpi_periph.h"

Expand Down

0 comments on commit 31d87a0

Please sign in to comment.