mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
drivrs/leds: Userled driver was using LCD debug output instead of LED debug output.
This commit is contained in:
committed by
Gregory Nutt
parent
f346bb0e88
commit
0885ad7b14
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user