summaryrefslogtreecommitdiff
path: root/hal/usart.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-08-07 16:54:36 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-08-07 16:54:36 +0200
commit09e89c867c8dc14adee298176a0a4c72d8f32245 (patch)
tree8d125de0b4a1c9d608ddae6ff927fc3624663bd0 /hal/usart.cpp
parent2fc77d271db27ecb140191c2dfafdba835962ffb (diff)
Split out reusable parts into the laks project.
Diffstat (limited to 'hal/usart.cpp')
-rw-r--r--hal/usart.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/hal/usart.cpp b/hal/usart.cpp
deleted file mode 100644
index 61fe393..0000000
--- a/hal/usart.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "usart.h"
-
-template<>
-void interrupt<Interrupt::USART1>() {
- USART1.recv();
- //GPIOB.ODR ^= 1 << 1;
-}