m74.9: fix L9779 config

This commit is contained in:
Andrey Gusakov 2023-11-19 14:34:03 +03:00 committed by rusefillc
parent d38f44309e
commit 0dc7aea699
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static struct l9779_config l9779_cfg = {
.circular = false,
.end_cb = NULL,
.ssport = GPIOE,
.sspad = 11,
.sspad = 12,
.cr1 =
SPI_CR1_16BIT_MODE |
SPI_CR1_SSM |