aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 15:07:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 15:07:33 +0000
commit420735187f58e80702f79c9fb4deaafb526737c3 (patch)
tree9a32b2330a20085d7a9b1702ad52a775b96b06b0
parent5e3e5badc9fa2cf5354c0947bc7c625a2ca5d7b2 (diff)
downloadChibiOS-420735187f58e80702f79c9fb4deaafb526737c3.tar.gz
ChibiOS-420735187f58e80702f79c9fb4deaafb526737c3.tar.bz2
ChibiOS-420735187f58e80702f79c9fb4deaafb526737c3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5277 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--boards/GENERIC_SPC560P/board.c5
1 files changed, 0 insertions, 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;
}
/*