Skip to content

Commit

Permalink
Document modulo operator as an arithmetic operator
Browse files Browse the repository at this point in the history
The DT compiler (dtc) accepts the modulo operator as an arithmetic
operation. Document it.

Signed-off-by: Stephen Boyd <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
bebarino authored and robherring committed Aug 19, 2019
1 parent 9cd9b9a commit e7d71a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/source-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ null-terminated strings, as bytestrings or a combination of these.
- subtract
* multiply
/ divide
% modulo

::

Expand Down

0 comments on commit e7d71a6

Please sign in to comment.