boards/arm/stm32/stm32f334-disco/src/stm32_powerled.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-26 09:17:20 +09:00 committed by Xiang Xiao
parent 08dd2251ea
commit 458d84454a

View File

@ -486,7 +486,7 @@ static int powerled_limits_set(FAR struct powerled_dev_s *dev,
limits->current = (float)LED_ABSOLUTE_CURRENT_LIMIT / 1000.0;
pwrwarn("WARNING: "
"LED current limiit > LED absolute current limit."
" Set current limit to %d.\n",
" Set current limit to %lf.\n",
limits->current);
}