Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luiz Fernando Lavado Villa
Core
Commits
1fa8173b
Commit
1fa8173b
authored
Jun 08, 2021
by
Clément Foucher
Browse files
Corrected prototype mismatch.
parent
0db580c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
zephyr/modules/owntech_hrtim_driver/zephyr/owntech_hrtim_driver.c
View file @
1fa8173b
...
...
@@ -343,7 +343,7 @@ void hrtim_rst_cb_unset(hrtim_t hrtim, hrtim_tu_t tu, hrtim_out_t out,
}
}
void
hrtim_cmpl_pwm_out
(
hrtim_t
hrtim
,
hrtim_tu_t
tu
,
uint8_t
upper_switch_convention
)
void
hrtim_cmpl_pwm_out
(
hrtim_t
hrtim
,
hrtim_tu_t
tu
,
bool
upper_switch_convention
)
{
//Configuration for the upper switch convention
if
(
upper_switch_convention
==
true
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment