From b41eb846ca60559cff242d0c550699eb8f309909 Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Sat, 24 Apr 2010 04:09:16 -0400 Subject: Turn the other peripherals back on. Not extensively tested for interactions between peripherals. --- core/wiring.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/wiring.c') diff --git a/core/wiring.c b/core/wiring.c index 290cca1..803b571 100644 --- a/core/wiring.c +++ b/core/wiring.c @@ -40,11 +40,11 @@ void init(void) { nvic_init(); systick_init(); gpio_init(); -// adc_init(); -// timer_init(1, 1); -// timer_init(2, 1); -// timer_init(3, 1); -// timer_init(4, 1); + adc_init(); + timer_init(1, 1); + timer_init(2, 1); + timer_init(3, 1); + timer_init(4, 1); } void nvic_init(void) { -- cgit v1.2.3