summaryrefslogtreecommitdiff
path: root/usart/usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'usart/usart.h')
-rw-r--r--usart/usart.h2
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);