 Josuah DemangeonandAaron Marcher
|
ea2e2bd004
|
include <sys/time.h> before <sys/sensors.h> for time struct timeval
sys/sensors.h has two structs struct timeval: sensor and ksensor:
struct sensor {
...
struct timeval tv; /* sensor value last change time */
...
};
|
2018-05-08 15:05:29 +02:00 |
|