mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
LVGL allow null pointer for lv_disp and lv_indev
This commit is contained in:
parent
cd4aec2935
commit
90675463b5
@ -43,7 +43,7 @@ int lv0_init(bvm *vm);
|
|||||||
int lv0_init(bvm *vm) {
|
int lv0_init(bvm *vm) {
|
||||||
// "+_p" indicates that there must be an non NULL argument, either passed as comptr or returned by the function
|
// "+_p" indicates that there must be an non NULL argument, either passed as comptr or returned by the function
|
||||||
// Here, there is no function, so calling the constructor without a non-null comptr argument is rejected
|
// Here, there is no function, so calling the constructor without a non-null comptr argument is rejected
|
||||||
return be_call_c_func(vm, NULL, "+_p", NULL);
|
return be_call_c_func(vm, NULL, "=_p", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user