diff --git a/include/libopencm3/stm32/f3/rcc.h b/include/libopencm3/stm32/f3/rcc.h index caff1429..d03826a4 100644 --- a/include/libopencm3/stm32/f3/rcc.h +++ b/include/libopencm3/stm32/f3/rcc.h @@ -1,5 +1,3 @@ - - /* * This file is part of the libopencm3 project. * @@ -384,7 +382,7 @@ typedef enum { CLOCK_48MHZ, CLOCK_64MHZ, CLOCK_END -} clock_t; +} rcc_clock_t; typedef struct { uint8_t pll;