From 41ea714f53cee5520dfce56849e2c8593ab18fb7 Mon Sep 17 00:00:00 2001 From: Federico Ruiz Ugalde Date: Mon, 1 Jul 2013 03:40:07 -0600 Subject: [PATCH] stm32f3: changed clock_t to rcc_clock_t in rcc to avoid stdio collision. --- include/libopencm3/stm32/f3/rcc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;