diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-26 09:22:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-26 09:22:45 +0000 |
commit | 082a8aec6b57b9d55013c91f1ff008c268940c7c (patch) | |
tree | a52caa453d6ec73cdbb71e370836ed0a6d4f6a38 /demos/SPC5 | |
parent | b5a03ba3d2cd190b6ed0f0fc73452d02e40744ea (diff) | |
download | ChibiOS-082a8aec6b57b9d55013c91f1ff008c268940c7c.tar.gz ChibiOS-082a8aec6b57b9d55013c91f1ff008c268940c7c.tar.bz2 ChibiOS-082a8aec6b57b9d55013c91f1ff008c268940c7c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8527 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r-- | demos/SPC5/RT-SPC56EC-EVB/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile b/demos/SPC5/RT-SPC56EC-EVB/Makefile index bdecd8d99..f8873e36e 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/Makefile +++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile @@ -166,8 +166,7 @@ CPPWARN = -Wall -Wextra -Wundef #
# List all user C define here, like -D_DEBUG=1
-#UDEFS = -DSPC56ECXX_FMPLL_CLOCK_ERRATA_WORKAROUND
-UDEFS =
+UDEFS = -DSPC56ECXX_FMPLL_CLOCK_ERRATA_WORKAROUND=1
# Define ASM defines here
UADEFS =
|