mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Fix preprocessor condition for SPLIT_HAPTIC_ENABLE (#20411)
This commit is contained in:
parent
e699724645
commit
e77699a58a
|
@ -213,7 +213,7 @@ typedef struct _split_shared_memory_t {
|
|||
bool watchdog_pinged;
|
||||
#endif // defined(SPLIT_WATCHDOG_ENABLE)
|
||||
|
||||
#if defined(HAPTIC_ENABLE)
|
||||
#if defined(HAPTIC_ENABLE) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
split_slave_haptic_sync_t haptic_sync;
|
||||
#endif // defined(HAPTIC_ENABLE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue