1
0
Fork 0
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:
mikeller 2019-11-24 17:13:16 +13:00
parent b137bbe80c
commit 6f92a1ce13
10 changed files with 63 additions and 52 deletions

View file

@ -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);