From 8c7ee88332652e7e79f6c1e4baacabe2183f7e8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Mar 2021 12:54:03 +0000 Subject: working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes --- app/events.h | 1 + 1 file changed, 1 insertion(+) (limited to 'app/events.h') diff --git a/app/events.h b/app/events.h index 550277d..dc257f9 100644 --- a/app/events.h +++ b/app/events.h @@ -2,6 +2,7 @@ #define ERING_MASK (ERING_SIZE -1) typedef struct { + uint64_t ptp; uint32_t when; uint32_t value; } Event; -- cgit v1.2.3