Skip to content

Commit f78b35d

Browse files
committed
remove unused files; fix typo; remove debugging code
1 parent dc01676 commit f78b35d

File tree

4 files changed

+1
-63
lines changed

4 files changed

+1
-63
lines changed

ports/raspberrypi/common-hal/wifi/main.c

Lines changed: 0 additions & 44 deletions
This file was deleted.

ports/raspberrypi/common-hal/wifi/micropython_embed.mk

Lines changed: 0 additions & 9 deletions
This file was deleted.

shared-bindings/memorymonitor/AllocationSize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
>/*
1+
/*
22
* This file is part of the Micro Python project, http://micropython.org/
33
*
44
* The MIT License (MIT)

shared-bindings/usb/core/__init__.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ extern const mp_obj_module_t usb_core_module;
3434

3535
void usb_core_exception_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind);
3636

37-
/*#define MP_DEFINE_USB_CORE_EXCEPTION(exc_name, base_name) \
38-
const mp_obj_type_t mp_type_usb_core_##exc_name = { \
39-
{ &mp_type_type }, \
40-
.name = MP_QSTR_##exc_name, \
41-
.print = usb_core_exception_print, \
42-
.make_new = mp_obj_exception_make_new, \
43-
.attr = mp_obj_exception_attr, \
44-
.parent = &mp_type_##base_name, \
45-
};*/
4637
#define MP_DEFINE_USB_CORE_EXCEPTION(exc_name, base_name) \
4738
MP_DEFINE_CONST_OBJ_TYPE(mp_type_usb_core_##exc_name, MP_QSTR_##exc_name, MP_TYPE_FLAG_NONE, \
4839
make_new, mp_obj_exception_make_new, \

0 commit comments

Comments
 (0)