mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Fixed ownership labels for pins of SPI receivers.
This commit is contained in:
parent
7b8634e1c9
commit
2a837890b7
5 changed files with 8 additions and 6 deletions
|
@ -69,6 +69,7 @@ typedef enum {
|
|||
OWNER_CAMERA_CONTROL,
|
||||
OWNER_TIMUP,
|
||||
OWNER_RANGEFINDER,
|
||||
OWNER_RX_SPI,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue