RaspberrPi project source code
guowenxue
2024-03-14 d973d6f8e12b16c3cdd84e63e19b61187424f4ce
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);