We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c927d9e commit 00fd580Copy full SHA for 00fd580
drivers/mbox/mbox_stm32_hsem.c
@@ -207,7 +207,7 @@ static int mbox_stm32_clock_init(const struct device *dev)
207
return -ENODEV;
208
}
209
210
- if (clock_control_on(clk, (clock_control_subsys_t *)&cfg->pclken) != 0) {
+ if (clock_control_on(clk, (clock_control_subsys_t)&cfg->pclken) != 0) {
211
LOG_WRN("Failed to enable clock.");
212
return -EIO;
213
0 commit comments