From 9eef62547efdf8e18009b6d6d6b3f7c80bf64e13 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 17 Apr 2019 16:32:43 +0900 Subject: center/fw: Add backchannel infrastructure Untested! --- center_fw/global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'center_fw/global.h') diff --git a/center_fw/global.h b/center_fw/global.h index 15a5e87..413c22b 100644 --- a/center_fw/global.h +++ b/center_fw/global.h @@ -47,5 +47,6 @@ extern volatile unsigned int sys_time; extern volatile unsigned int sys_time_seconds; +extern uint16_t jitter_meas_avg_ns; #endif/*__GLOBAL_H__*/ -- cgit