1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

[Taranis] Trainer / Trainee again OK. Not tested on Horus

This commit is contained in:
Bertrand Songis 2016-06-08 20:26:30 +02:00
parent 1a7a07dffd
commit 404c5a8553
17 changed files with 334 additions and 291 deletions

View file

@ -694,7 +694,7 @@ PACK(struct ModuleData {
union {
struct {
int8_t delay:6;
uint8_t pulsePol:1; // For PXX: false = internal antenna, true = exetrnal antenna
uint8_t pulsePol:1; // For PXX: false = internal antenna, true = external antenna
uint8_t outputType:1; // false = open drain, true = push pull
int8_t frameLength;
} ppm;