1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2025-01-03 20:33:57 +00:00
commit e6a08dbc64
3 changed files with 7 additions and 2 deletions

View file

@ -249,11 +249,11 @@ bool spi_start_extended(spi_start_config_t *start_config) {
#elif defined(AT32F415)
spiConfig.ctrl1 = 0;
if (lsbFirst) {
if (start_config->lsb_first) {
spiConfig.ctrl1 |= SPI_CTRL1_LTF;
}
switch (mode) {
switch (start_config->mode) {
case 0:
break;
case 1: