Browse Source

[STM32F3] When removing typedefs do it right...

and don't declare variables while doing it so that everything starts
exploding as soon as you use the header more then once.
pull/159/merge
Piotr Esden-Tempski 12 years ago
parent
commit
f4cd74a741
  1. 2
      include/libopencm3/stm32/f3/rcc.h

2
include/libopencm3/stm32/f3/rcc.h

@ -400,7 +400,7 @@ extern const clock_scale_t hsi_8mhz[CLOCK_END];
enum osc {
PLL, HSE, HSI, LSE, LSI
} osc_t;
};
BEGIN_DECLS

Loading…
Cancel
Save