diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-15 09:49:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-15 09:49:21 +0000 |
commit | 446f34f3363f041569f80797ce4397faa1ef1e70 (patch) | |
tree | d8bacdd8c595b7b9f10949585dee21dcaf2a1a6a /boards | |
parent | 2211987fdbd728612e3e8b4a659a104fb23c78f1 (diff) | |
download | ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.tar.gz ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.tar.bz2 ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5183 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/GENERIC_SPC56EL/board.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boards/GENERIC_SPC56EL/board.c b/boards/GENERIC_SPC56EL/board.c index 8de20d048..e69386b48 100644 --- a/boards/GENERIC_SPC56EL/board.c +++ b/boards/GENERIC_SPC56EL/board.c @@ -56,11 +56,6 @@ const PALConfig pal_default_config = { void __early_init(void) {
spc_early_init();
-
- /* SWT disabled.*/
- SWT.SR.R = 0xC520;
- SWT.SR.R = 0xD928;
- SWT.CR.R = 0xFF00000A;
}
/*
|