Skip to content

Commit

Permalink
soc: st: stm32g4: add missing include
Browse files Browse the repository at this point in the history
Add missing soc.h include.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
  • Loading branch information
gautierg-st authored and nordicjm committed Feb 12, 2024
1 parent 1dc891f commit 344cf02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/st/stm32/stm32g4/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 344cf02

Please sign in to comment.