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:
parent
864cf3f3b4
commit
f4d840f5f8
11 changed files with 14 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue