diff options
Diffstat (limited to 'cpu/arm926ejs/at91')
-rw-r--r-- | cpu/arm926ejs/at91/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/clock.c b/cpu/arm926ejs/at91/clock.c index f776f70b1..9f03468b6 100644 --- a/cpu/arm926ejs/at91/clock.c +++ b/cpu/arm926ejs/at91/clock.c @@ -199,4 +199,3 @@ int at91_clock_init(unsigned long main_clock) return 0; } - |