From ff15d4045ed86f38cae85e1e18d8162c3290af46 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 8 Aug 2023 09:29:28 +0800 Subject: [PATCH] fix(mpi): fixed missing include in mpi_ll.h for P4 --- components/hal/esp32p4/include/hal/mpi_ll.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/hal/esp32p4/include/hal/mpi_ll.h b/components/hal/esp32p4/include/hal/mpi_ll.h index f169c7d7a7..89fd649aa4 100644 --- a/components/hal/esp32p4/include/hal/mpi_ll.h +++ b/components/hal/esp32p4/include/hal/mpi_ll.h @@ -8,6 +8,7 @@ #include #include #include "hal/assert.h" +#include "hal/mpi_types.h" #include "soc/rsa_reg.h" #include "soc/mpi_periph.h"