mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 15:10:35 +08:00
clang-tidy modernize-redundant-void-arg
This commit is contained in:
@@ -60,7 +60,7 @@ uORBTest::UnitTest &uORBTest::UnitTest::instance()
|
||||
return t;
|
||||
}
|
||||
|
||||
int uORBTest::UnitTest::pubsublatency_main(void)
|
||||
int uORBTest::UnitTest::pubsublatency_main()
|
||||
{
|
||||
/* poll on test topic and output latency */
|
||||
float latency_integral = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user