drivrs/leds: Userled driver was using LCD debug output instead of LED debug output.

This commit is contained in:
Sebastien Lorquet
2018-03-11 17:43:04 -06:00
committed by Gregory Nutt
parent f346bb0e88
commit 0885ad7b14
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ static const struct userled_lowerhalf_s g_userled_lower =
static userled_set_t userled_supported(FAR const struct userled_lowerhalf_s *lower)
{
iinfo("BOARD_NLEDS: %02x\n", BOARD_NLEDS);
ledinfo("BOARD_NLEDS: %02x\n", BOARD_NLEDS);
return (userled_set_t)((1 << BOARD_NLEDS) - 1);
}