Remove trailing semicolon from bt dft initializer

Similar to espressif#6554
This commit is contained in:
Pedro 2022-08-15 20:44:34 -03:00 committed by xiongweichao
parent 94dddbd985
commit 62f89a3303

View File

@ -155,7 +155,7 @@ the adv packet will be discarded until the memory is restored. */
.pcm_polar = CONFIG_BTDM_CTRL_PCM_POLAR_EFF, \
.hli = BTDM_CTRL_HLI, \
.magic = ESP_BT_CONTROLLER_CONFIG_MAGIC_VAL, \
};
}
#else
#define BT_CONTROLLER_INIT_CONFIG_DEFAULT() {0}; _Static_assert(0, "please enable bluetooth in menuconfig to use bt.h");