GuoWenxue
2022-04-29 665e1b5cb16d058f478867d0e8a4f8632e2cb02e
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;
}