diff options
Diffstat (limited to 'cpu/at32ap/cpu.c')
| -rw-r--r-- | cpu/at32ap/cpu.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/at32ap/cpu.c b/cpu/at32ap/cpu.c index f92d3e217..904bfb227 100644 --- a/cpu/at32ap/cpu.c +++ b/cpu/at32ap/cpu.c @@ -65,9 +65,6 @@ int cpu_init(void)  	sysreg_write(EVBA, (unsigned long)&_evba);  	asm volatile("csrf	%0" : : "i"(SYSREG_EM_OFFSET)); -	if(gclk_init) -		gclk_init(); -  	return 0;  }  |