stm32f3: changed clock_t to rcc_clock_t in rcc to avoid stdio collision.
This commit is contained in:
parent
60bdf4eebd
commit
41ea714f53
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user