diff options
author | Tectu <joel@unormal.org> | 2012-08-08 01:35:17 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-08 01:35:17 +0200 |
commit | 342d752533255f0089308ffa77a05241bb559c10 (patch) | |
tree | 0773f15838d3012268944811d8d96e1fa9cb4fb6 | |
parent | f61404305e505e281713ba42dc5b8143bb242a06 (diff) | |
download | uGFX-342d752533255f0089308ffa77a05241bb559c10.tar.gz uGFX-342d752533255f0089308ffa77a05241bb559c10.tar.bz2 uGFX-342d752533255f0089308ffa77a05241bb559c10.zip |
SPI config for touchpad fix
-rw-r--r-- | touchpad/touchpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/touchpad/touchpad.c b/touchpad/touchpad.c index 2caa55e7..1ef54190 100644 --- a/touchpad/touchpad.c +++ b/touchpad/touchpad.c @@ -27,7 +27,7 @@ volatile static struct cal cal = { static const SPIConfig spicfg = { NULL, - GPIOC, + TP_CS_PORT, TP_CS, SPI_CR1_SPE | SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0, }; |