Commit 2e3fd81
committed
sam: fix ternary operation by return uint32_t instead of bool
event_enabled is of type uint32_t and is shifted to form the rrl_val,
thus avoid using bool result.
Change-Id: Ibe4b4215d96542e95c9d24824de91f8aa5629e9e
Signed-off-by: Amjad Ouled-Ameur <[email protected]>1 parent 60df2c4 commit 2e3fd81
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments