From 153b683a0e4d56107cd4dbd5b8f99899f462510b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 20 Jun 2024 15:50:25 -0400 Subject: [PATCH] module.h fix trivial whitespace astyle failure --- platforms/common/include/px4_platform_common/module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/common/include/px4_platform_common/module.h b/platforms/common/include/px4_platform_common/module.h index 83e8fbc98f..94f3735523 100644 --- a/platforms/common/include/px4_platform_common/module.h +++ b/platforms/common/include/px4_platform_common/module.h @@ -240,6 +240,7 @@ public: px4_usleep(10000); // 10 ms lock_module(); i++; + if (i % 500 == 0) { PX4_INFO("Waiting for task to stop..."); }