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 04c0e9e commit 6466759Copy full SHA for 6466759
port/modules/modrtthread.c
@@ -65,7 +65,6 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_0(mod_stacks_analyze_obj, mod_stacks_analyze);
65
STATIC mp_obj_t mod_list_device(void) {
66
struct rt_device *device;
67
struct rt_list_node *node;
68
- rt_ubase_t level;
69
70
struct rt_object_information *info = rt_object_get_information(RT_Object_Class_Device);
71
struct rt_list_node *list = &info->object_list;
0 commit comments