1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +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,4 +69,5 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"CAMERA_CONTROL",
"TIMUP",
"RANGEFINDER",
"RX_SPI"
};