From 5398e8a86f337038f62bbde99fdaabcba0f1dd5d Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 15 Sep 2021 23:07:10 +0200 Subject: .gitignore: Ignore generated files. --- uart/uart.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 uart/uart.h (limited to 'uart') 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 USART1{ - 0x40011000, -}; -constexpr STM32_UART_t USART2{ - 0x40004400, -}; - - -- cgit v1.2.3