1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +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,5 +58,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"RX_BIND",
"INVERTER",
"LED_STRIP",
"TRANSPONDER"
};