aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-24 23:52:13 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-24 23:52:13 +0200
commit8c3f23f606e9553b84e21f52ab9b2eea883f4ecf (patch)
treed7ea667a7366b8fa979e9a382ee11dabe68c5d5d /drivers/ginput/touch
parent9aa1e95423f681277d048bed6b9acc5101f2cbe2 (diff)
downloaduGFX-8c3f23f606e9553b84e21f52ab9b2eea883f4ecf.tar.gz
uGFX-8c3f23f606e9553b84e21f52ab9b2eea883f4ecf.tar.bz2
uGFX-8c3f23f606e9553b84e21f52ab9b2eea883f4ecf.zip
quick board file fix
Diffstat (limited to 'drivers/ginput/touch')
-rw-r--r--drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h b/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h
index f8381b65..5c67ecd5 100644
--- a/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h
+++ b/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h
@@ -30,7 +30,7 @@ static const I2CConfig i2ccfg2 = {
* @notapi
*/
static void init_board(void) {
- i2cStart(&I2CD2, &i2ccfg2);
+
}