Fix dedbug output; used wrong macro
This commit is contained in:
parent
77393de102
commit
2cecfa1036
@ -117,7 +117,7 @@ int board_pwm_setup(void)
|
|||||||
pwm = stm32_pwminitialize(STM32F4DISCOVERY_PWMTIMER);
|
pwm = stm32_pwminitialize(STM32F4DISCOVERY_PWMTIMER);
|
||||||
if (!pwm)
|
if (!pwm)
|
||||||
{
|
{
|
||||||
dbg("Failed to get the STM32 PWM lower half\n");
|
adbg("Failed to get the STM32 PWM lower half\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user