Attention is currently required from: lynxis lazus.
osmith has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42224?usp=email )
Change subject: same54: make the default irq handler weak ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I looked at the [linter errors](https://jenkins.osmocom.org/jenkins/job/gerrit-lint/27152/consoleFull): * checkpatch `function definition argument 'void' should also have an identifier name`: fix in https://gerrit.osmocom.org/c/osmo-ci/+/42226 * clang-format: line breaks: fix in https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42227 * clang-format: having exactly one space before `/* ... */` comments: looks like this cannot be configured. There is [SpacesBeforeTrailingComments](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#spacesbeforetrailin...), but it does not affect block comments :\