diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-06-24 23:52:13 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-06-24 23:52:13 +0200 |
commit | 8c3f23f606e9553b84e21f52ab9b2eea883f4ecf (patch) | |
tree | d7ea667a7366b8fa979e9a382ee11dabe68c5d5d /drivers/ginput | |
parent | 9aa1e95423f681277d048bed6b9acc5101f2cbe2 (diff) | |
download | uGFX-8c3f23f606e9553b84e21f52ab9b2eea883f4ecf.tar.gz uGFX-8c3f23f606e9553b84e21f52ab9b2eea883f4ecf.tar.bz2 uGFX-8c3f23f606e9553b84e21f52ab9b2eea883f4ecf.zip |
quick board file fix
Diffstat (limited to 'drivers/ginput')
-rw-r--r-- | drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h | 2 |
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); + } |