mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Fix dedbug output; used wrong macro
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user