summaryrefslogtreecommitdiff
path: root/hal/hal.h
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/hal.h
parent2fc77d271db27ecb140191c2dfafdba835962ffb (diff)
Split out reusable parts into the laks project.
Diffstat (limited to 'hal/hal.h')
-rw-r--r--hal/hal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/hal/hal.h b/hal/hal.h
deleted file mode 100644
index 4076df3..0000000
--- a/hal/hal.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef HAL_H
-#define HAL_H
-
-#include "rcc.h"
-
-void hal_init() {
- rcc_init();
-}
-
-#endif