fix arch switch statement in ulp
Co-authored-by: Casey Webb <caseywebb@protonmail.com>
This commit is contained in:
parent
ba22633fb0
commit
7a7f1e6efa
@ -143,7 +143,7 @@ void common_hal_espulp_ulp_construct(espulp_ulp_obj_t *self, espulp_architecture
|
|||||||
mp_raise_ValueError_varg(translate("%q in use"), MP_QSTR_ULP);
|
mp_raise_ValueError_varg(translate("%q in use"), MP_QSTR_ULP);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (self->arch) {
|
switch (arch) {
|
||||||
#ifdef CONFIG_ULP_COPROC_TYPE_FSM
|
#ifdef CONFIG_ULP_COPROC_TYPE_FSM
|
||||||
case FSM:
|
case FSM:
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user