mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Protocol violation location mistake in error message
I changed "id.28-to-id.28" to "id.28-to-id.21"
This commit is contained in:
@@ -463,7 +463,7 @@ static const char *protocol_violation_types[] = {
|
|||||||
static const char *protocol_violation_locations[] = {
|
static const char *protocol_violation_locations[] = {
|
||||||
"unspecified",
|
"unspecified",
|
||||||
"unspecified",
|
"unspecified",
|
||||||
"id.28-to-id.28",
|
"id.28-to-id.21",
|
||||||
"start-of-frame",
|
"start-of-frame",
|
||||||
"bit-srtr",
|
"bit-srtr",
|
||||||
"bit-ide",
|
"bit-ide",
|
||||||
|
|||||||
Reference in New Issue
Block a user