Sync activity timestamps between sides. (#20192)
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
This commit is contained in:
parent
0e1e543836
commit
a518e1e5d8
10 changed files with 78 additions and 25 deletions
|
@ -92,6 +92,10 @@ enum serial_transaction_id {
|
|||
PUT_HAPTIC,
|
||||
#endif // defined(HAPTIC_ENABLE) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
|
||||
#if defined(SPLIT_ACTIVITY_ENABLE)
|
||||
PUT_ACTIVITY,
|
||||
#endif // SPLIT_ACTIVITY_ENABLE
|
||||
|
||||
#if defined(SPLIT_TRANSACTION_IDS_KB) || defined(SPLIT_TRANSACTION_IDS_USER)
|
||||
PUT_RPC_INFO,
|
||||
PUT_RPC_REQ_DATA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue