aboutsummaryrefslogtreecommitdiffstats
path: root/src/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchpad.c')
-rw-r--r--src/touchpad.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/touchpad.c b/src/touchpad.c
index 7559d6d3..d47026b2 100644
--- a/src/touchpad.c
+++ b/src/touchpad.c
@@ -1,4 +1,4 @@
-/* ChibiOS/GFX - Copyright (C) 2012
+/* ChibiOS/GFX - Copyright (C) 2012
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
@@ -18,12 +18,13 @@
*/
/**
- * @file touchpad.c
+ * @file src/touchpad.c
* @brief Touchpad Driver code.
*
* @addtogroup TOUCHPAD
* @{
*/
+
#include "ch.h"
#include "hal.h"
#include "gdisp.h"