guowenxue
2023-07-10 5b0985618c8a49ea5ff872486672324120e25361
lightd/hal/tsl2561.c
@@ -12,8 +12,6 @@
 *                 
 ********************************************************************************/
#include <wiringPi.h>
#include <wiringPiI2C.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@@ -187,6 +185,7 @@
OUT:
    tsl2561_power(OFF);
    return lux;
}