Remove more unneccessary code

This commit is contained in:
Mike Szczys 2012-06-17 13:31:17 -05:00
parent 73256b9ab2
commit 6b6aac05d9
1 changed files with 0 additions and 1 deletions

View File

@ -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);