summaryrefslogtreecommitdiff
path: root/usart
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2021-01-22 13:45:09 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2021-01-22 13:45:09 +0100
commit257c13ef064e20bfbe7330004c76a77f8a73b86b (patch)
tree8610cedea8481d8d6dbbc02edadd61e4983e758d /usart
parent1a38973eb8fd0f889f7c272e9ef183687034d550 (diff)
os: Remove old threading code.
Diffstat (limited to 'usart')
-rw-r--r--usart/usart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usart/usart.h b/usart/usart.h
index f318d3e..9f3d838 100644
--- a/usart/usart.h
+++ b/usart/usart.h
@@ -3,7 +3,6 @@
#include <rcc/rcc.h>
#include <interrupt/interrupt.h>
-#include <os/thread.h>
#if defined(STM32F1) || defined(STM32F4)
struct USART_reg_t {