diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-11-19 19:11:57 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-11-19 19:11:57 +0100 |
commit | ac17bb052b9056122dbae6867d4c5252c8eafb47 (patch) | |
tree | 147c586118903f9df3a4df98f880cc14045ad3f1 /usart | |
parent | 2abe655e4b7b49377c6cb43d6959c897866ed4c2 (diff) |
Added support for F3.
Diffstat (limited to 'usart')
-rw-r--r-- | usart/usart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usart/usart.h b/usart/usart.h index 38f1879..567ccd1 100644 --- a/usart/usart.h +++ b/usart/usart.h @@ -43,7 +43,7 @@ class USART_t { } }; -#if defined(STM32F1) +#if defined(STM32F1) || defined(STM32F3) static USART_t USART1(0x40013800, 72000000); static USART_t USART2(0x40004400, 36000000); static USART_t USART3(0x40004800, 36000000); |