Merge branch 'bugfix/bt_config_option_test' into 'master'

Fix the irrelevant characters added to test the config options

See merge request idf/esp-idf!5436
This commit is contained in:
Ivan Grokhotkov 2019-07-03 17:17:15 +08:00
commit a1ae89f8e2

View file

@ -82,7 +82,6 @@ void osi_alarm_init(void)
goto end;
}
#if (BT_BLE_DYNAMIC_ENV_MEMORY == TRUE)
xyz
if ((alarm_cbs = (osi_alarm_t *)osi_malloc(sizeof(osi_alarm_t) * ALARM_CBS_NUM)) == NULL) {
OSI_TRACE_ERROR("%s, malloc failed\n", __func__);
goto end;