mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 05:11:49 +00:00
Revert fix for variable set but not used warning
This commit is contained in:
parent
92d3f91417
commit
4988edf43a
@ -726,7 +726,6 @@ static int hal_board_load_fdt_info(const void *dtb)
|
||||
} else {
|
||||
pwr_table_ble = 0;
|
||||
}
|
||||
pwr_table_ble += 0; // Suppress "variable set but not used" warning
|
||||
blog_info("set pwr_table_ble = %ld in dts\r\n", pwr_table_ble);
|
||||
#ifdef CFG_BLE_ENABLE
|
||||
ble_controller_set_tx_pwr(pwr_table_ble);
|
||||
|
Loading…
Reference in New Issue
Block a user