Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 10, 2019
1 parent 35b9188 commit 7e49b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydbc/dbc.g4
Original file line number Diff line number Diff line change
Expand Up @@ -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) // ???
Expand Down

0 comments on commit 7e49b86

Please sign in to comment.