Skip to content

Commit

Permalink
fix ncf.g4
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Dec 28, 2018
1 parent b935469 commit 758552e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pydbc/ncf.g4
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ bitrate:
diagnostic_definition:
'diagnostic' '{'
'NAD' '=' //(nads += intValue (',' nads += intValue)*) | (nads += intValue 'to' nads += intValue) ';'
lhs = intValue ('to' rhs = intValue) | (',' nads += intValue)*
';' ;
lhs = intValue ('to' rhs = intValue) | (',' nads += intValue)* ';'
'diagnostic_class' '=' dc = intValue ';'
('P2_min' '=' p2Min = number 'ms' ';')?
('ST_min' '=' stMin = number 'ms' ';')?
Expand Down

0 comments on commit 758552e

Please sign in to comment.