Browse Source

Make example code build again (s/RCC_IOPCEN/IOPCEN).

pull/2/head
Uwe Hermann 16 years ago
parent
commit
5cdbb466fa
  1. 2
      example/blink.c

2
example/blink.c

@ -24,7 +24,7 @@ int main(void)
int i;
/* Enable GPIOC clock. */
RCC_APB2ENR = RCC_IOPCEN;
RCC_APB2ENR = IOPCEN;
/* Set GPIO12 (in GPIO port C) to 'output push-pull'. */
/* Manually: */

Loading…
Cancel
Save