From daa71d5e1875bb9af6c38228257572b955fbda0c Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Wed, 3 Jul 2019 17:17:14 +0800 Subject: [PATCH] Fix the irrelevant characters added to test the config options --- components/bt/common/osi/alarm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bt/common/osi/alarm.c b/components/bt/common/osi/alarm.c index 178a52a93..c8bfc83ab 100644 --- a/components/bt/common/osi/alarm.c +++ b/components/bt/common/osi/alarm.c @@ -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;