diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-01 14:45:11 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-01 14:45:11 +0200 |
commit | a803d10b035865ef3049168777d1069b5e1917f4 (patch) | |
tree | 5f21000d2974a78fd5f9d12104c67c6319a55190 /gm_platform/fw/Makefile | |
parent | 3beecbc4fa60773ffbdf04ce1908a86be5908551 (diff) | |
download | master-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/Makefile')
-rw-r--r-- | gm_platform/fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm_platform/fw/Makefile b/gm_platform/fw/Makefile index ea874eb..77b2a09 100644 --- a/gm_platform/fw/Makefile +++ b/gm_platform/fw/Makefile @@ -40,7 +40,7 @@ LIBS = -lgcc # Technically we're using an STM32F030F4, but apart from the TSSOP20 package that one is largely identical to the # STM32F030*6 and there is no separate device header provided for it, so we're faking a *6 device here. This is # even documented in stm32f0xx.h. Thanks ST! -CFLAGS += -DSTM32F030x6 -DHSE_VALUE=8000000 +CFLAGS += -DSTM32F030x6 -DHSE_VALUE=19440000 LDFLAGS += -Tstm32_flash.ld CFLAGS += -I$(CMSIS_DEV_PATH)/Include -I$(CMSIS_PATH)/Include -I$(HAL_PATH)/Inc -Iconfig -Wno-unused -I../common |