From 750e6c946eedb666219bf91af965a802ea95a540 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Thu, 12 Jan 2023 11:56:42 +0100 Subject: [PATCH] soc: arm: efr32bg22: include soc_gpio.h Include header required in Gecko I2C driver Signed-off-by: Pawel Czarnecki --- soc/arm/silabs_exx32/efr32bg22/soc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/silabs_exx32/efr32bg22/soc.h b/soc/arm/silabs_exx32/efr32bg22/soc.h index 77b5a0012ab..7591b111ad2 100644 --- a/soc/arm/silabs_exx32/efr32bg22/soc.h +++ b/soc/arm/silabs_exx32/efr32bg22/soc.h @@ -16,6 +16,7 @@ #ifndef _ASMLANGUAGE #include +#include "../common/soc_gpio.h" #endif /* !_ASMLANGUAGE */