From 420735187f58e80702f79c9fb4deaafb526737c3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 19 Feb 2013 15:07:33 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5277 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/GENERIC_SPC560P/board.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/boards/GENERIC_SPC560P/board.c b/boards/GENERIC_SPC560P/board.c index e5d7d2a83..c105ce133 100644 --- a/boards/GENERIC_SPC560P/board.c +++ b/boards/GENERIC_SPC560P/board.c @@ -56,11 +56,6 @@ const PALConfig pal_default_config = { void __early_init(void) { spc_clock_init(); - - /* SWT disabled.*/ - SWT.SR.R = 0xC520; - SWT.SR.R = 0xD928; - SWT.CR.R = 0xFF00000A; } /* -- cgit v1.2.3