mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-01 21:29:54 +00:00
Remove trailing semicolon from bt dft initializer
Similar to espressif#6554
This commit is contained in:
@@ -122,7 +122,7 @@ enum {
|
||||
.txant_dft = CONFIG_BT_CTRL_TX_ANTENNA_INDEX_EFF, \
|
||||
.rxant_dft = CONFIG_BT_CTRL_RX_ANTENNA_INDEX_EFF, \
|
||||
.txpwr_dft = CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF, \
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user