mbed-os/UNITTESTS/platform
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
..
ATCmdParser optimize the code of array set to zero 2020-01-21 20:23:55 +08:00
CircularBuffer add auto-naming of unit test suites 2018-09-19 11:10:40 +03:00