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 <[email protected]>
  • Loading branch information
gautierg-st committed Feb 8, 2024
1 parent 581c16b commit 2f4bbcc
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 2f4bbcc

Please sign in to comment.