aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-28 00:03:49 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-28 00:03:49 +0200
commit24de854c9055fdb7c5e0a7539df0136be942d59c (patch)
tree843c4c918d15077eae1fe4bee1e157909c8b659e /demos/TIVA
parent041c87831be9062b67602c935dbd9c61a5aaa115 (diff)
downloadChibiOS-Contrib-24de854c9055fdb7c5e0a7539df0136be942d59c.tar.gz
ChibiOS-Contrib-24de854c9055fdb7c5e0a7539df0136be942d59c.tar.bz2
ChibiOS-Contrib-24de854c9055fdb7c5e0a7539df0136be942d59c.zip
Replaced custom register bitfield macros by TivaWare bitfield macros.
Diffstat (limited to 'demos/TIVA')
-rw-r--r--demos/TIVA/RT-TM4C123G-LAUNCHPAD/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/mcuconf.h b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/mcuconf.h
index 926cab1..13f25ef 100644
--- a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/mcuconf.h
+++ b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/mcuconf.h
@@ -30,7 +30,7 @@
/*
* HAL driver system settings.
*/
-#define TIVA_OSCSRC TIVA_RCC2_OSCSRC2_MOSC
+#define TIVA_OSCSRC SYSCTL_RCC2_OSCSRC2_MO
#define TIVA_MOSC_ENABLE TRUE
#define TIVA_DIV400_VALUE 1
#define TIVA_SYSDIV_VALUE 2