Missing break in switch

This commit is contained in:
xiongweichao 2021-11-17 11:15:15 +08:00 committed by bot
parent b37e2553aa
commit b01ea3e2c7

View File

@ -394,6 +394,7 @@ static void btc_dm_auth_cmpl_evt (tBTA_DM_AUTH_CMPL *p_auth_cmpl)
break; break;
default: default:
status = BT_STATUS_FAIL; status = BT_STATUS_FAIL;
break;
} }
} }
#if (BTC_GAP_BT_INCLUDED == TRUE) #if (BTC_GAP_BT_INCLUDED == TRUE)