Skip to content

Commit e7d71a6

Browse files
bebarinorobherring
authored andcommitted
Document modulo operator as an arithmetic operator
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]>
1 parent 9cd9b9a commit e7d71a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/source-language.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ null-terminated strings, as bytestrings or a combination of these.
114114
- subtract
115115
* multiply
116116
/ divide
117+
% modulo
117118

118119
::
119120

0 commit comments

Comments
 (0)