Skip to content

Commit ff15d40

Browse files
committed
fix(mpi): fixed missing include in mpi_ll.h for P4
1 parent f5d9986 commit ff15d40

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)