Fix build issue with the github workflow compiler
This commit is contained in:
parent
9902f1815b
commit
dd851fb0b2
|
@ -404,6 +404,7 @@ bool __no_inline_not_in_flash_func(save_config)() {
|
||||||
saveState = NormalOperation;
|
saveState = NormalOperation;
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue