1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Changed naming of SPI DMA resources to reflect the SPI bus number.

This commit is contained in:
Michael Keller 2021-07-28 00:55:55 +12:00
parent 864cf3f3b4
commit f4d840f5f8
11 changed files with 14 additions and 16 deletions

View file

@ -147,7 +147,7 @@ static bool flashSpiInit(const flashConfig_t *flashConfig)
return false;
}
if (!spiSetBusInstance(dev, flashConfig->spiDevice, OWNER_FLASH_CS)) {
if (!spiSetBusInstance(dev, flashConfig->spiDevice)) {
return false;
}