summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/configs/stm32f4discovery/src/stm32_pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/stm32_pwm.c b/nuttx/configs/stm32f4discovery/src/stm32_pwm.c
index dfe66109e..b4a7eeba0 100644
--- a/nuttx/configs/stm32f4discovery/src/stm32_pwm.c
+++ b/nuttx/configs/stm32f4discovery/src/stm32_pwm.c
@@ -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;
}