mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
PICO: Minor clean up of possible unused functions.
This commit is contained in:
parent
0eab2f46d3
commit
e036384bc1
1 changed files with 1 additions and 13 deletions
|
@ -143,12 +143,6 @@ void spiInitDevice(SPIDevice device)
|
|||
gpio_set_function(IO_PINBYTAG(spi->sck), GPIO_FUNC_SPI);
|
||||
}
|
||||
|
||||
void spiInternalResetDescriptors(busDevice_t *bus)
|
||||
{
|
||||
//TODO: implement
|
||||
UNUSED(bus);
|
||||
}
|
||||
|
||||
void spiInternalResetStream(dmaChannelDescriptor_t *descriptor)
|
||||
{
|
||||
//TODO: implement
|
||||
|
@ -190,16 +184,10 @@ void spiInternalStartDMA(const extDevice_t *dev)
|
|||
dma_channel_start(dev->bus->dmaRx->channel);
|
||||
}
|
||||
|
||||
void spiInternalStopDMA (const extDevice_t *dev)
|
||||
{
|
||||
//TODO: implement
|
||||
UNUSED(dev);
|
||||
}
|
||||
|
||||
// DMA transfer setup and start
|
||||
void spiSequenceStart(const extDevice_t *dev)
|
||||
{
|
||||
//TODO: implement
|
||||
//TODO: implementation for PICO
|
||||
UNUSED(dev);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue