bb2f14fff0a973a040aa6590a3bc7f01b0d21d31
This change increases the buf array size to accommodate all the characters as the buf array will store each digit of bit and enable as a char. Bit and enable variables are uint32 which could have max value of 2^32(10 digit), each digit of both variable will be stored as a char in buf (char)array. Change-Id: Iab6fcddc425642a29c6c0a59884121e328707465 Signed-off-by: Gaurav LNU <quic_glnu@quicinc.com>
Description
No description provided
Languages
C
99.7%
Makefile
0.2%