stm32f3: changed clock_t to rcc_clock_t in rcc to avoid stdio collision.

This commit is contained in:
Federico Ruiz Ugalde 2013-07-01 03:40:07 -06:00 committed by Piotr Esden-Tempski
parent 60bdf4eebd
commit 41ea714f53

View File

@ -1,5 +1,3 @@
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
@ -384,7 +382,7 @@ typedef enum {
CLOCK_48MHZ, CLOCK_48MHZ,
CLOCK_64MHZ, CLOCK_64MHZ,
CLOCK_END CLOCK_END
} clock_t; } rcc_clock_t;
typedef struct { typedef struct {
uint8_t pll; uint8_t pll;