Add Split support for Haptic feedback (#19203)
This commit is contained in:
@ -88,6 +88,10 @@ enum serial_transaction_id {
|
||||
PUT_WATCHDOG,
|
||||
#endif // defined(SPLIT_WATCHDOG_ENABLE)
|
||||
|
||||
#if defined(HAPTIC_ENABLE) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
PUT_HAPTIC,
|
||||
#endif // defined(HAPTIC_ENABLE) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
|
||||
#if defined(SPLIT_TRANSACTION_IDS_KB) || defined(SPLIT_TRANSACTION_IDS_USER)
|
||||
PUT_RPC_INFO,
|
||||
PUT_RPC_REQ_DATA,
|
||||
|
Reference in New Issue
Block a user