mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #10865 from mikeller/change_spi_dma_owner_naming
This commit is contained in:
commit
8ca4fdc586
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