From a6962b212d32bbf1e0bb7154e10184527470cd9a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 11 Dec 2012 14:17:39 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4903 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/PPC-SPC563M-GCC/mcuconf.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'demos/PPC-SPC563M-GCC') diff --git a/demos/PPC-SPC563M-GCC/mcuconf.h b/demos/PPC-SPC563M-GCC/mcuconf.h index 6b54153b1..555b0eb88 100644 --- a/demos/PPC-SPC563M-GCC/mcuconf.h +++ b/demos/PPC-SPC563M-GCC/mcuconf.h @@ -28,24 +28,24 @@ /* * HAL driver system settings. */ -#define SPC_NO_INIT FALSE -#define SPC_CLK_BYPASS FALSE -#define SPC_ALLOW_OVERCLOCK FALSE -#define SPC_CLK_PREDIV 1 -#define SPC_CLK_MFD 80 -#define SPC_CLK_RFD RFD_DIV4 -#define SPC_FLASH_BIUCR (BIUCR_BANK1_TOO | \ - BIUCR_MASTER4_PREFETCH | \ - BIUCR_MASTER0_PREFETCH | \ - BIUCR_DPFEN | \ - BIUCR_IPFEN | \ - BIUCR_PFLIM_ON_MISS | \ - BIUCR_BFEN) +#define SPC5_NO_INIT FALSE +#define SPC5_CLK_BYPASS FALSE +#define SPC5_ALLOW_OVERCLOCK FALSE +#define SPC5_CLK_PREDIV 1 +#define SPC5_CLK_MFD 80 +#define SPC5_CLK_RFD RFD_DIV4 +#define SPC5_FLASH_BIUCR (BIUCR_BANK1_TOO | \ + BIUCR_MASTER4_PREFETCH | \ + BIUCR_MASTER0_PREFETCH | \ + BIUCR_DPFEN | \ + BIUCR_IPFEN | \ + BIUCR_PFLIM_ON_MISS | \ + BIUCR_BFEN) /* * SERIAL driver system settings. */ -#define SPC_USE_ESCIA TRUE -#define SPC_USE_ESCIB TRUE -#define SPC_ESCIA_PRIORITY 8 -#define SPC_ESCIB_PRIORITY 8 +#define SPC5_USE_ESCIA TRUE +#define SPC5_USE_ESCIB TRUE +#define SPC5_ESCIA_PRIORITY 8 +#define SPC5_ESCIB_PRIORITY 8 -- cgit v1.2.3