mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Update j1939 VP1 repetition rate
Since J1939DA:SEP2015, the repetition rate of VP1 has been changed to 1s.
This commit is contained in:
@@ -51,7 +51,7 @@ struct j1939_vp_err_msg {
|
|||||||
#define J1939_VP1_PRIO_DEFAULT 6
|
#define J1939_VP1_PRIO_DEFAULT 6
|
||||||
#define J1939_VP1_MAX_TRANSFER_LENGH \
|
#define J1939_VP1_MAX_TRANSFER_LENGH \
|
||||||
sizeof(struct j1939_vp1_packet)
|
sizeof(struct j1939_vp1_packet)
|
||||||
#define J1939_VP1_REPETITION_RATE_MS 5000
|
#define J1939_VP1_REPETITION_RATE_MS 1000
|
||||||
#define J1939_VP1_JITTER_MS 500
|
#define J1939_VP1_JITTER_MS 500
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user