App Loading via Loader (#1)
* app loading wip * various improvements irq/isr stuff is now working lvgl locking where needed hello world now uses proper mutex for app unlocking etc? * various improvements * cmsis_esp improvements * implement interrupts
This commit is contained in:
committed by
GitHub
parent
60372076d5
commit
b9427d4eba
@@ -363,8 +363,8 @@ namespace m_lib {
|
||||
function_name(name_t v \
|
||||
M_EMPLACE_LIST_TYPE_VAR(a, exp_emplace_type) ) \
|
||||
{ \
|
||||
M_CALL_CLEAR(oplist, v->name); \
|
||||
M_EMPLACE_CALL_FUNC(a, init_func, oplist, v->name, exp_emplace_type); \
|
||||
M_CALL_CLEAR(oplist, v->id); \
|
||||
M_EMPLACE_CALL_FUNC(a, init_func, oplist, v->id, exp_emplace_type); \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user