-
Notifications
You must be signed in to change notification settings - Fork 48
Commit f5dbe52
zephyrCommon: Fix PWM index range check
The PWM index range check processing was performed after the index
was referenced, so it was now performed first.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>1 parent dcc7a0d commit f5dbe52
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | - | ||
282 | + | ||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | - | ||
286 | + | ||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments