fix(mpi): fixed missing include in mpi_ll.h for P4

pull/11287/merge
Marius Vikhammer 2023-08-08 09:29:28 +08:00
rodzic f5d9986246
commit ff15d4045e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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"