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 nvmd
parent 5b11895700
commit 792186a3da
5 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,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");