1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Move transponder to use IO/Timer configuraton.

Initialisation now matches LED strip code.
This commit is contained in:
Hydra 2016-11-17 18:44:21 +01:00
parent 135231f289
commit 782d8316da
6 changed files with 90 additions and 85 deletions

View file

@ -58,6 +58,7 @@ typedef enum {
OWNER_RX_BIND,
OWNER_INVERTER,
OWNER_LED_STRIP,
OWNER_TRANSPONDER,
OWNER_TOTAL_COUNT
} resourceOwner_e;