
Currently mdelay is used which leads to busy wait blocking CPU from running other process, so use msleep which yields cpu for other tasks. Change-Id: Ia7c76cfb1c950e78008f6fe19825733cbc261e50 CRs-Fixed: 2888309
Currently mdelay is used which leads to busy wait blocking CPU from running other process, so use msleep which yields cpu for other tasks. Change-Id: Ia7c76cfb1c950e78008f6fe19825733cbc261e50 CRs-Fixed: 2888309