mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
Fix dedbug output; used wrong macro
This commit is contained in:
parent
726dadffb4
commit
2fe0e5624e
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ int board_pwm_setup(void)
|
|||
pwm = stm32_pwminitialize(STM32F4DISCOVERY_PWMTIMER);
|
||||
if (!pwm)
|
||||
{
|
||||
dbg("Failed to get the STM32 PWM lower half\n");
|
||||
adbg("Failed to get the STM32 PWM lower half\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue