From 6ee0ba7abd0a90fb8b5cd39cccf3ddf080114b4d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 23 Apr 2013 12:15:29 +0000 Subject: Fixed parameters for SPC564Axx. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5608 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/ST_EVB_SPC564A/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards') diff --git a/boards/ST_EVB_SPC564A/board.h b/boards/ST_EVB_SPC564A/board.h index 0ae7ff350..eab337464 100644 --- a/boards/ST_EVB_SPC564A/board.h +++ b/boards/ST_EVB_SPC564A/board.h @@ -31,7 +31,7 @@ * Board frequencies. */ #if !defined(SPC5_XOSC_CLK) -#define SPC5_XOSC_CLK 40000000 +#define SPC5_XOSC_CLK 8000000 #endif /* -- cgit v1.2.3