aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-27 23:52:24 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-27 23:52:24 +0200
commit041c87831be9062b67602c935dbd9c61a5aaa115 (patch)
tree9372b12379c12240a761690dc967c5c56afe1855 /demos/TIVA
parent538eba7b6fbc4dcc08bfa459d5edbaac4b1672b0 (diff)
downloadChibiOS-Contrib-041c87831be9062b67602c935dbd9c61a5aaa115.tar.gz
ChibiOS-Contrib-041c87831be9062b67602c935dbd9c61a5aaa115.tar.bz2
ChibiOS-Contrib-041c87831be9062b67602c935dbd9c61a5aaa115.zip
Some missing changes.
Diffstat (limited to 'demos/TIVA')
-rw-r--r--demos/TIVA/RT-TM4C1294-LAUNCHPAD/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/mcuconf.h b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/mcuconf.h
index 3abab92..c3e5921 100644
--- a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/mcuconf.h
+++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/mcuconf.h
@@ -31,7 +31,7 @@
* HAL driver system settings.
*/
#define TIVA_MOSC_SINGLE_ENDED FALSE
-#define TIVA_RSCLKCFG_OSCSRC RSCLKCFG_OSCSRC_MOSC
+#define TIVA_RSCLKCFG_OSCSRC SYSCTL_RSCLKCFG_OSCSRC_MOSC
/*
* GPT driver system settings.