mbed-os/UNITTESTS/platform/ATCmdParser
David Lin b49dac2de0
optimize the code of array set to zero
1. replace  'char buf[8];    memset(buf, 0, 8);' with 'char buf[8] = {0};'.
2020-01-21 20:23:55 +08:00
..
test_ATCmdParser.cpp optimize the code of array set to zero 2020-01-21 20:23:55 +08:00
unittest.cmake Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00