| commit | 0a4b248047d13dfe6c5f2faec17b08264e556219 | [log] [tgz] |
|---|---|---|
| author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Mon Jun 20 12:24:53 2022 +0200 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jul 12 17:51:23 2022 +0200 |
| tree | a7b30842ce1c2e0151aa378e6ed7093cc56128bf | |
| parent | 0aea96dbca0942e6bfb78c58cdff8dba4a697895 [diff] |
scripts: checkpatch: add Atmel Pwm typedef Add Atmel Pwm typedef so that when doing `Pwm * const pwm` definition checkpatch doesn't complain about the position of the '*'. If not added, we must define `Pwm *const pwm` to make checkpatch happy, but, clang-format results in `Pwm * const pwm` (correct). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>