From 7e49b8622307f0c6c110d4268ad27975baddf5b0 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Thu, 10 Jan 2019 08:22:57 +0100 Subject: [PATCH] Fix typo --- pydbc/dbc.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydbc/dbc.g4 b/pydbc/dbc.g4 index 7de61ce..8a1be03 100644 --- a/pydbc/dbc.g4 +++ b/pydbc/dbc.g4 @@ -261,7 +261,7 @@ customAttributeValues: ; customAttributeValueForObject: - 'BA_REL' attributeName = stringValue ( + 'BA_REL_' attributeName = stringValue ( ( attrType = 'BU_BO_REL_' nodeName = identifierValue nodeAddress = intValue attrValue = attributeValue) | (attrType = 'BU_SG_REL_' nodeName = identifierValue 'SG_' messageID = intValue signalName = identifierValue attrValue = attributeValue) | (attrType = 'BU_EV_REL_' evName = identifierValue evValue = attributeValue) // ???