mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
spark: disable debug message in LED code
This commit is contained in:
@@ -195,7 +195,7 @@ void CLCD::setled(int red, int green)
|
|||||||
if (fd < 0)
|
if (fd < 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
printf("%s red:%d green:%d\n", __func__, red, green);
|
// printf("%s red:%d green:%d\n", __func__, red, green);
|
||||||
|
|
||||||
for (i = 0; i < 2; i++)
|
for (i = 0; i < 2; i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user