1
0
Fork 0
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:
Andre Bernet 2017-01-22 17:24:58 +01:00
parent 7990973b35
commit be0ef50195

View file

@ -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)