summaryrefslogtreecommitdiff
path: root/gm_platform/fw/global.h
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-04-01 14:45:11 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-04-01 14:45:11 +0200
commita803d10b035865ef3049168777d1069b5e1917f4 (patch)
tree5f21000d2974a78fd5f9d12104c67c6319a55190 /gm_platform/fw/global.h
parent3beecbc4fa60773ffbdf04ce1908a86be5908551 (diff)
downloadmaster-thesis-a803d10b035865ef3049168777d1069b5e1917f4.tar.gz
master-thesis-a803d10b035865ef3049168777d1069b5e1917f4.tar.bz2
master-thesis-a803d10b035865ef3049168777d1069b5e1917f4.zip
gm_platform: Add support for OCXO and GPS sync
Diffstat (limited to 'gm_platform/fw/global.h')
-rw-r--r--gm_platform/fw/global.h1
1 files changed, 1 insertions, 0 deletions
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__*/