mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +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)
|
||||
#define SPLASH_MODE
|
||||
#define SPLASH_MODE uint8_t splashSpares:3
|
||||
#elif defined(FSPLASH)
|
||||
#define SPLASH_MODE uint8_t splashMode:3
|
||||
#elif defined(PCBTARANIS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue