Bluetooth: Controller: Fix coding style, use of (void)
Remove use of (void) before unused functions return values. Replace use of (void) with ARG_UNUSED for unused parameters. Change-id: I9ffea666f10dbdc01710df723e0df253a1cdd6e6 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
parent
eb443ddffc
commit
22e3f62e07
3 changed files with 80 additions and 86 deletions
|
@ -318,7 +318,7 @@ static int native_open(void)
|
|||
{
|
||||
uint32_t retval;
|
||||
|
||||
(void)clock_k32src_start(1);
|
||||
clock_k32src_start(1);
|
||||
|
||||
_ticker_users[RADIO_TICKER_USER_ID_WORKER][0] =
|
||||
RADIO_TICKER_USER_WORKER_OPS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue