diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-19 15:44:18 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-19 18:45:45 -0400 |
commit | 49fc7588887309899f21b31824b5ef1292bc5ac5 (patch) | |
tree | 084aeb7cd94e9ee497e490bf9765e7285e21ebf5 | |
parent | 3362e0f206302520e9c0549f4611b55e787e5a0b (diff) | |
download | librambutan-49fc7588887309899f21b31824b5ef1292bc5ac5.tar.gz librambutan-49fc7588887309899f21b31824b5ef1292bc5ac5.zip |
rcc.h: Naming anonymous rcc_clk_id enum
-rw-r--r-- | libmaple/rcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/rcc.h b/libmaple/rcc.h index f0f026b..9d71e00 100644 --- a/libmaple/rcc.h +++ b/libmaple/rcc.h @@ -427,7 +427,7 @@ typedef enum rcc_pll_multiplier { * * Also generally useful as a unique identifier for that device. */ -typedef enum { +typedef enum rcc_clk_id { RCC_GPIOA, RCC_GPIOB, RCC_GPIOC, |