diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/wiring.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/wiring.c b/core/wiring.c index 803b571..290cca1 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) { |