summaryrefslogtreecommitdiff
path: root/drivers/l3gd20.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 /drivers/l3gd20.h
parent2fc77d271db27ecb140191c2dfafdba835962ffb (diff)
Split out reusable parts into the laks project.
Diffstat (limited to 'drivers/l3gd20.h')
-rw-r--r--drivers/l3gd20.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/l3gd20.h b/drivers/l3gd20.h
index c7e8935..56dff08 100644
--- a/drivers/l3gd20.h
+++ b/drivers/l3gd20.h
@@ -1,8 +1,8 @@
#ifndef L3GD20_H
#define L3GD20_H
-#include "pin.h"
-#include "spi.h"
+#include <gpio/pin.h>
+#include <spi/spi.h>
class L3GD20 {
private: