From a803d10b035865ef3049168777d1069b5e1917f4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 1 Apr 2020 14:45:11 +0200 Subject: gm_platform: Add support for OCXO and GPS sync --- gm_platform/fw/global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gm_platform/fw/global.h') diff --git a/gm_platform/fw/global.h b/gm_platform/fw/global.h index 9c454bc..28ac6cd 100644 --- a/gm_platform/fw/global.h +++ b/gm_platform/fw/global.h @@ -57,5 +57,6 @@ union leds { }; extern volatile union leds leds; +extern volatile int32_t gps_1pps_period_sysclk; #endif/*__GLOBAL_H__*/ -- cgit