mirror of https://github.com/ARMmbed/mbed-os.git
1. replace 'char buf[8]; memset(buf, 0, 8);' with 'char buf[8] = {0};'. |
||
---|---|---|
.. | ||
ATCmdParser | ||
CircularBuffer |
1. replace 'char buf[8]; memset(buf, 0, 8);' with 'char buf[8] = {0};'. |
||
---|---|---|
.. | ||
ATCmdParser | ||
CircularBuffer |