Update j1939 VP1 repetition rate

Since J1939DA:SEP2015, the repetition rate of VP1 has been changed to 1s.
pull/626/head
Samantaz Fox 2026-05-05 20:44:47 +00:00 committed by GitHub
parent 99ab67143a
commit 60301896d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
/** /**