Guo Wenxue
2022-09-22 732d1963ed83abf4e5f1b06ec451a6943421d716
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;
}