1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00
This commit is contained in:
jflyper 2017-11-13 16:44:27 +09:00
parent 5e63724f7d
commit 8296990774
8 changed files with 305 additions and 200 deletions

View file

@ -70,6 +70,3 @@ typedef struct SPIDevice_s {
} spiDevice_t;
extern spiDevice_t spiDevice[SPIDEV_COUNT];
void spiInitDevice(SPIDevice device);
uint32_t spiTimeoutUserCallback(SPI_TypeDef *instance);