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:
parent
551bbe1d1a
commit
b123e74a73
4 changed files with 50 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue