cpu: replace header guards with #pragma once#21501
Conversation
|
Could we please wait with merging this PR until I have checked if the rebase of PR #21261, which touches almost all headers in |
|
@mguetschow Thanks Ok, I tried to rebase PR #21261 oto this PR. There were only about 15 merge conflicts, but most of them only for the |
|
@maribu you were a bit too quick. This PR caused a lot of static errors for consecutive empty lines: |
|
Those are easy to fix, though: #21502 |

Contribution description
This is part of a greater effort to replace all header guards in RIOT with
#pragma once. This PR only affects all headers undercpu/, excluding those that have a path that contains/vendor/.Issues/PRs references
Tracking issue #21335