diff options
Diffstat (limited to 'libmaple/rcc.h')
-rw-r--r-- | libmaple/rcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmaple/rcc.h b/libmaple/rcc.h index 410ab8b..569da57 100644 --- a/libmaple/rcc.h +++ b/libmaple/rcc.h @@ -180,6 +180,8 @@ typedef enum { RCC_DMA2, // High-density devices only (Maple Native) RCC_PWR, RCC_BKP, + RCC_I2C1, + RCC_I2C2 } rcc_clk_id; |