Skip to content

Commit

Permalink
Update A2L grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jun 6, 2021
1 parent c8402a1 commit af82f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pya2l/a2l.g4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
pySART - Simplified AUTOSAR-Toolkit for Python.
(C) 2009-2020 by Christoph Schueler <[email protected]>
(C) 2009-2021 by Christoph Schueler <[email protected]>
All Rights Reserved
Expand Down Expand Up @@ -175,8 +175,8 @@ ifData:
matrixDim:
'MATRIX_DIM'
xDim = integerValue
yDim = integerValue
zDim = integerValue
(yDim = integerValue)?
(zDim = integerValue)?
;

maxRefresh:
Expand Down

0 comments on commit af82f92

Please sign in to comment.