![]() |
nrfxlib API 3.3.99
|
| #define SWITCH_CASE_FALLTHROUGH /* fallthrough */ |
#include <nrf_802154/common/include/nrf_802154_compiler.h>
Portable fallthrough annotation for switch case statements.
This macro provides a portable way to annotate intentional fallthrough between switch case labels across different C standards and compilers:
Usage: