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 d2728d9 commit 68e21e0Copy full SHA for 68e21e0
pybricks/common/pb_type_motor.c
@@ -16,10 +16,10 @@
16
#include "py/obj.h"
17
18
#include <pybricks/common.h>
19
+#include <pybricks/tools/pb_type_async.h>
20
+
21
#include <pybricks/parameters.h>
22
#include <pybricks/pupdevices.h>
-#include <pybricks/tools.h>
-#include <pybricks/tools/pb_type_async.h>
23
24
#include <pybricks/util_pb/pb_error.h>
25
#include <pybricks/util_mp/pb_obj_helper.h>
0 commit comments