Bluetooth: controller: legacy: Ensure that a `case` statement is present
When compiling a sample like a beacon, none of the `if defined()` statements in the switch case are actually compiled in, so the compiler complains of an orphan mem_release();break; sequence. Add a type that we know will always be compiled in in order to avoid this issue. Relates to commit 76bfea7c ("Bluetooth: controller: Ensure that a `case` statement is present"). Signed-off-by:Carles Cufi <carles.cufi@nordicsemi.no> Signed-off-by:
Vinayak Kariappa Chettimada <vich@nordicsemi.no>
Loading
Please sign in to comment