mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix the irrelevant characters added to test the config options
This commit is contained in:
parent
47da3d3334
commit
daa71d5e18
@ -82,7 +82,6 @@ void osi_alarm_init(void)
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
#if (BT_BLE_DYNAMIC_ENV_MEMORY == TRUE)
|
#if (BT_BLE_DYNAMIC_ENV_MEMORY == TRUE)
|
||||||
xyz
|
|
||||||
if ((alarm_cbs = (osi_alarm_t *)osi_malloc(sizeof(osi_alarm_t) * ALARM_CBS_NUM)) == NULL) {
|
if ((alarm_cbs = (osi_alarm_t *)osi_malloc(sizeof(osi_alarm_t) * ALARM_CBS_NUM)) == NULL) {
|
||||||
OSI_TRACE_ERROR("%s, malloc failed\n", __func__);
|
OSI_TRACE_ERROR("%s, malloc failed\n", __func__);
|
||||||
goto end;
|
goto end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user