SPI config for touchpad fix

ugfx_release_2.6
Tectu 2012-08-08 01:35:17 +02:00
parent f61404305e
commit 342d752533
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};