mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 20:48:19 +00:00
boards/arm/stm32/stm32f334-disco/src/stm32_powerled.c: Fix a syslog format
This commit is contained in:
parent
08dd2251ea
commit
458d84454a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue