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