Merge remote-tracking branch 'origin/master' into develop
Some checks are pending
Update API Data / api_data (push) Waiting to run
CLI CI / test (push) Waiting to run
Update feature branches after develop merge / feature_branch_update (riot) (push) Waiting to run
Update feature branches after develop merge / feature_branch_update (xap) (push) Waiting to run
Lint Format / lint (push) Waiting to run
Regenerate Files / regen (push) Waiting to run
Unit Tests / test (push) Waiting to run

This commit is contained in:
QMK Bot
2025-01-03 20:33:57 +00:00
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: