1
0
Fork 0
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:
mikeller 2017-12-29 00:51:48 +13:00
parent 7b8634e1c9
commit 2a837890b7
5 changed files with 8 additions and 6 deletions

View file

@ -69,6 +69,7 @@ typedef enum {
OWNER_CAMERA_CONTROL,
OWNER_TIMUP,
OWNER_RANGEFINDER,
OWNER_RX_SPI,
OWNER_TOTAL_COUNT
} resourceOwner_e;