Fix preprocessor condition for SPLIT_HAPTIC_ENABLE (#20411)
1 files changed, 1 insertions(+), 1 deletions(-) M quantum/split_common/transport.h
M quantum/split_common/transport.h => quantum/split_common/transport.h +1 -1
@@ 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)