diff options
Diffstat (limited to 'app/include/zmk/events/sensor-event.h')
-rw-r--r-- | app/include/zmk/events/sensor-event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/include/zmk/events/sensor-event.h b/app/include/zmk/events/sensor-event.h index a9302a5..688f7de 100644 --- a/app/include/zmk/events/sensor-event.h +++ b/app/include/zmk/events/sensor-event.h @@ -14,6 +14,7 @@ struct sensor_event { struct zmk_event_header header; u8_t sensor_number; struct device *sensor; + s64_t timestamp; }; ZMK_EVENT_DECLARE(sensor_event);
\ No newline at end of file |