1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Receiver code tidy.

This commit is contained in:
Martin Budden 2016-09-14 13:40:55 +01:00
parent 551bbe1d1a
commit b123e74a73
4 changed files with 50 additions and 20 deletions

View file

@ -67,7 +67,7 @@ typedef struct SPIDevice_s {
rccPeriphTag_t rcc;
uint8_t af;
volatile uint16_t errorCount;
bool sdcard;
bool leadingEdge;
} spiDevice_t;
bool spiInit(SPIDevice device);