mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
fix typo
This commit is contained in:
parent
151cf541bf
commit
7691ea85f4
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ void spiInitDevice(SPIDevice device)
|
|||
gpio_set_function(IO_PINBYTAG(spi->mosi), GPIO_FUNC_SPI);
|
||||
gpio_set_function(IO_PINBYTAG(spi->sck), GPIO_FUNC_SPI);
|
||||
bprintf("spi initialised device %p [sck %d mosi %d miso %d]",
|
||||
spi->dev, IO_PINBYTAG(spi->sck), IO_PINBYTAG(spi->moso), IO_PINBYTAG(spi->misi));
|
||||
spi->dev, IO_PINBYTAG(spi->sck), IO_PINBYTAG(spi->mosi), IO_PINBYTAG(spi->miso));
|
||||
}
|
||||
|
||||
void spiInternalStopDMA (const extDevice_t *dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue