fix error: field 'timestamp' has incomplete type

This commit is contained in:
me-no-dev
2020-03-12 01:36:03 +02:00
parent 9f99b1b03c
commit 4af111a5e2

View File

@@ -68,6 +68,7 @@
#include "esp_err.h"
#include "driver/ledc.h"
#include "sensor.h"
#include "sys/time.h"
#ifdef __cplusplus
extern "C" {