We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d769698 commit fa13e6cCopy full SHA for fa13e6c
pybricks/tools/pb_module_tools.c
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: MIT
2
-// Copyright (c) 2018-2020 The Pybricks Authors
+// Copyright (c) 2018-2023 The Pybricks Authors
3
4
#include "py/mpconfig.h"
5
@@ -27,7 +27,7 @@
27
// is called and cleared when it completes
28
STATIC bool run_loop_is_active;
29
30
-bool pb_module_tools_run_loop_is_active() {
+bool pb_module_tools_run_loop_is_active(void) {
31
return run_loop_is_active;
32
}
33
0 commit comments