From 6b6aac05d98d989d887beb18923a32787c0e8893 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Sun, 17 Jun 2012 13:31:17 -0500 Subject: [PATCH] Remove more unneccessary code --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 80d4ddf..f07196d 100755 --- a/src/main.c +++ b/src/main.c @@ -16,7 +16,6 @@ int main(void) RCC->AHBENR |= RCC_AHBENR_GPIOCEN; // enable the clock to GPIOC //(RM0091 lists this as IOPCEN, not GPIOCEN) - RCC->APB1ENR |= RCC_APB1ENR_TIM2EN; // enable TIM2 clock GPIOC->MODER = (1 << 16);