summaryrefslogtreecommitdiff
path: root/uart
diff options
context:
space:
mode:
Diffstat (limited to 'uart')
-rw-r--r--uart/uart.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/uart/uart.h b/uart/uart.h
deleted file mode 100644
index ed680ea..0000000
--- a/uart/uart.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "stm32_uart.h"
-
-constexpr STM32_UART_t<STM32_UART_reg_v1_t> USART1{
- 0x40011000,
-};
-constexpr STM32_UART_t<STM32_UART_reg_v1_t> USART2{
- 0x40004400,
-};
-
-