Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: stm32g0: pm_power_ functions should be __weak
In commit "pm: Fix weak linkage symbols" (PR zephyrproject-rtos#35274), PM SoC hooks were converted to __weak to avoid clash with new definition of these symbols in subsys/pm/power.c. G0 power implementation was implemented in parallel with this change and missed the update. Signed-off-by: Erwan Gouriou <[email protected]>
- Loading branch information