mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Fix Horus haptic import without code complexification. Will reset people's haptic mode setting on Horus, but we can afford it.
This commit is contained in:
parent
7990973b35
commit
be0ef50195
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ PACK(struct TrainerData {
|
||||||
});
|
});
|
||||||
|
|
||||||
#if defined(PCBHORUS)
|
#if defined(PCBHORUS)
|
||||||
#define SPLASH_MODE
|
#define SPLASH_MODE uint8_t splashSpares:3
|
||||||
#elif defined(FSPLASH)
|
#elif defined(FSPLASH)
|
||||||
#define SPLASH_MODE uint8_t splashMode:3
|
#define SPLASH_MODE uint8_t splashMode:3
|
||||||
#elif defined(PCBTARANIS)
|
#elif defined(PCBTARANIS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue