guowenxue
2023-07-10 c13c9806f957ebc675462737f4b328d3ab89e028
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;
}