From 0dbb720f5a12779e2aaaed648288861abab2b8ec Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 9 Dec 2023 16:54:50 +0100 Subject: [PATCH] Removed debug printf --- rog_ally.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rog_ally.c b/rog_ally.c index d1ef1f9..46a62a9 100644 --- a/rog_ally.c +++ b/rog_ally.c @@ -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; }