From b74ad5954607d34e939f9cf32876bd7ba65998f9 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Thu, 11 Apr 2024 13:08:05 +0800 Subject: [PATCH] Update socket example project --- modules/leds.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/leds.c b/modules/leds.c index 7ea158b..6f68356 100644 --- a/modules/leds.c +++ b/modules/leds.c @@ -107,7 +107,7 @@ printf("initial leds gpio failure, rv=%d\n", rv); return 1; } - printf("initial RGB Led gpios okay\n", rv); + printf("initial RGB Led gpios okay\n"); signal(SIGINT, sig_handler); signal(SIGTERM, sig_handler); -- Gitblit v1.9.1