aboutsummaryrefslogtreecommitdiff
path: root/stmhal/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/main.c')
-rw-r--r--stmhal/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stmhal/main.c b/stmhal/main.c
index b735f49bc..a34ffab32 100644
--- a/stmhal/main.c
+++ b/stmhal/main.c
@@ -119,14 +119,6 @@ void MP_WEAK __assert_func(const char *file, int line, const char *func, const c
}
#endif
-void enable_irq(void) {
- __enable_irq();
-}
-
-void disable_irq(void) {
- __disable_irq();
-}
-
STATIC mp_obj_t pyb_config_main = MP_OBJ_NULL;
STATIC mp_obj_t pyb_config_usb_mode = MP_OBJ_NULL;