Skip to content

Commit

Permalink
Clarified event timestamp documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Jun 13, 2024
1 parent b4a0d6a commit dfb9a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/messages/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ struct P1_ALIGNAS(4) EventNotificationMessage : public MessagePayload {

uint8_t reserved1[3] = {0};

/** The current system timestamp (in ns).*/
/** The system time when the event occurred (in ns).*/
int64_t system_time_ns = 0;

/** A bitmask of flags associated with the event. */
Expand Down

0 comments on commit dfb9a1e

Please sign in to comment.