git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5277 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5e3e5badc9
commit
420735187f
|
@ -56,11 +56,6 @@ const PALConfig pal_default_config = {
|
||||||
void __early_init(void) {
|
void __early_init(void) {
|
||||||
|
|
||||||
spc_clock_init();
|
spc_clock_init();
|
||||||
|
|
||||||
/* SWT disabled.*/
|
|
||||||
SWT.SR.R = 0xC520;
|
|
||||||
SWT.SR.R = 0xD928;
|
|
||||||
SWT.CR.R = 0xFF00000A;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue