From 5b856438167d2f60ceeb295b70bd788874808031 Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Wed, 20 Oct 2010 21:05:38 +1300 Subject: Added DMA1 and DMA2 to the RCC --- libmaple/rcc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmaple/rcc.h') diff --git a/libmaple/rcc.h b/libmaple/rcc.h index 012671d..deb567c 100644 --- a/libmaple/rcc.h +++ b/libmaple/rcc.h @@ -172,6 +172,8 @@ enum { RCC_SPI2, RCC_FSMC, // High-density devices only (Maple Native) RCC_DAC, // High-density devices only (Maple Native) + RCC_DMA1, + RCC_DMA2, // High-density devices only (Maple Native) }; -- cgit v1.2.3