From 00646326aa70bcda62f6ad1afbd1b553eedab3ef Mon Sep 17 00:00:00 2001 From: Tectu Date: Sun, 17 Jun 2012 01:35:21 +0200 Subject: cleanups --- touchpad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'touchpad.h') diff --git a/touchpad.h b/touchpad.h index dd2d7f14..2078405a 100644 --- a/touchpad.h +++ b/touchpad.h @@ -4,8 +4,8 @@ #include "ch.h" #include "hal.h" #include "glcd.h" -#include "drivers/touchpad/ads7843_lld.h" -#include "drivers/touchpad/xpt2046_lld.h" +#include "ads7843_lld.h" +#include "xpt2046_lld.h" #define CONVERSIONS 3 -- cgit v1.2.3