mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed handling of SPI parameters for Unified Targets.
This commit is contained in:
parent
b137bbe80c
commit
6f92a1ce13
10 changed files with 63 additions and 52 deletions
|
@ -83,5 +83,5 @@ typedef struct SPIDevice_s {
|
|||
|
||||
extern spiDevice_t spiDevice[SPIDEV_COUNT];
|
||||
|
||||
void spiInitDevice(SPIDevice device);
|
||||
void spiInitDevice(SPIDevice device, bool leadingEdge);
|
||||
uint32_t spiTimeoutUserCallback(SPI_TypeDef *instance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue