Commit 76ec61ed authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

move lsm303c driver, we won't use the one from ST

parent 560b6446
......@@ -35,7 +35,7 @@
#include <gfx/graphics.h>
#include <stdio.h>
#include <pp-printf.h>
#include <LSM303C/lsm303c.h>
#include <lsm303c.h>
#include <usbdesc.h>
#include <sincos.h>
......
......@@ -154,7 +154,7 @@ C_SRC += \
../common/drivers/max17047.c \
../common/drivers/rtc.c \
../common/drivers/vibra.c \
../common/drivers/LSM303C/lsm303c.c \
../common/drivers/lsm303c.c \
../common/gfx/font_helv11.c \
../common/gfx/font_helv17.c \
../common/gfx/font_helv17b.c \
......
......@@ -26,7 +26,7 @@
#include "application.h"
#include "widgets/status_bar.h"
#include <drivers/LSM303C/lsm303c.h>
#include <drivers/lsm303c.h>
#include <bitmaps.h>
#include <sincos.h>
#include <usbdesc.h>
......
......@@ -26,7 +26,7 @@
#include "application.h"
#include "widgets/status_bar.h"
#include <drivers/LSM303C/lsm303c.h>
#include <drivers/lsm303c.h>
#include <sincos.h>
#include <usbdesc.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment