Browse Source

soc: st: stm32g4: add missing include

Add missing soc.h include.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
pull/69687/head
Guillaume Gautier 1 year ago committed by Jamie McCrae
parent
commit
4a41878442
  1. 1
      soc/st/stm32/stm32g4/soc.c

1
soc/st/stm32/stm32g4/soc.c

@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <stm32_ll_system.h>
#include <soc.h>
#include <cmsis_core.h>
#if defined(PWR_CR3_UCPD_DBDIS)

Loading…
Cancel
Save