Removed debug printf

This commit is contained in:
Denis 2023-12-09 16:54:50 +01:00
parent 11d8fef367
commit 0dbb720f5a
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -739,8 +739,6 @@ static int rc71l_platform_leds(uint8_t r, uint8_t g, uint8_t b, void* platform_d
goto rc71l_platform_leds_err;
}
*/
printf("RC71L LEDs adjusted: r=%d g=%d b=%d\n", (int)r, (int)g, (int)b);
return 0;
}