Remove the unnecessary "return;" at the end of function

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-11-28 03:55:23 +08:00
committed by Petro Karashchenko
parent e4376a0e60
commit 8fff07b435
4 changed files with 39 additions and 32 deletions

View File

@@ -436,7 +436,6 @@ void lorawan_radioenge_init(config_lorawan_radioenge_t config_lorawan)
clear_uart_rx_buffer();
END_UART_LORAWAN_MODULE_INIT:
return;
}
/****************************************************************************