mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +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)
|
||||
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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user