1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 08:51:19 +01:00
Marian Buschsieweke 3b8276bd0f
cpu/nrf52/nrf802154: fix minor style issues
- type in comment
- no space after `switch`
- overlong line
- `else` when the `if`-branch ends with a `return`
  statement anyway
- drop of unused `#include`
- drop of unused function
- `int8_t` for RSSI in dBm when the API expects
  `int16_t`
    - This might actually fix an issue if the `int8_t` range could
      overflow
2025-09-12 18:28:02 +02:00
..