mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
systemcmds: microbench: %s doesn't except nullptr use "null" instead
This commit is contained in:
committed by
Daniel Agar
parent
54f044c04a
commit
05badb5d76
@@ -69,7 +69,7 @@ const struct {
|
||||
{"microbench_matrix", test_microbench_matrix, 0},
|
||||
{"microbench_uorb", test_microbench_uorb, 0},
|
||||
|
||||
{nullptr, nullptr, 0}
|
||||
{"null", nullptr, 0}
|
||||
};
|
||||
|
||||
#define NMICROBENCHMARKS (sizeof(microbenchmarks) / sizeof(microbenchmarks[0]))
|
||||
|
||||
Reference in New Issue
Block a user