Fix dedbug output; used wrong macro

This commit is contained in:
Gregory Nutt 2015-04-16 12:37:47 -06:00
parent 77393de102
commit 2cecfa1036

View File

@ -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;
}