From c5e9e88eb8c6039cd2a4d2b3fdae0b1e3d8aea40 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 12 Mar 2024 17:19:23 +0800 Subject: [PATCH] Update sht20 source code, add both ioctl and read/write API support --- 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