these are probably needed breaks

This commit is contained in:
RogueMaster
2022-11-02 18:40:02 -04:00
parent b2840275d2
commit 90d20f241b
24 changed files with 82 additions and 2 deletions
@@ -108,6 +108,8 @@ int32_t flashlight_app() {
case InputKeyBack:
processing = false;
break;
default:
break;
}
}
}