stackctrl: Add "mp_" prefix.

This commit is contained in:
Paul Sokolovsky
2014-07-01 02:13:42 +03:00
parent e95b6b5e07
commit caa7334141
8 changed files with 20 additions and 20 deletions

View File

@@ -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