mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
stackctrl: Add "mp_" prefix.
This commit is contained in:
@@ -70,7 +70,7 @@ const mp_obj_module_t mp_module___main__ = {
|
||||
};
|
||||
|
||||
void mp_init(void) {
|
||||
stack_ctrl_init();
|
||||
mp_stack_ctrl_init();
|
||||
|
||||
// call port specific initialization if any
|
||||
#ifdef MICROPY_PORT_INIT_FUNC
|
||||
|
||||
Reference in New Issue
Block a user