aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-08 01:35:17 +0200
committerTectu <joel@unormal.org>2012-08-08 01:35:17 +0200
commit342d752533255f0089308ffa77a05241bb559c10 (patch)
tree0773f15838d3012268944811d8d96e1fa9cb4fb6
parentf61404305e505e281713ba42dc5b8143bb242a06 (diff)
downloaduGFX-342d752533255f0089308ffa77a05241bb559c10.tar.gz
uGFX-342d752533255f0089308ffa77a05241bb559c10.tar.bz2
uGFX-342d752533255f0089308ffa77a05241bb559c10.zip
SPI config for touchpad fix
-rw-r--r--touchpad/touchpad.c2
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,
};