mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-29 02:08:10 -07:00
Format for toolchain 37, update changelog
This commit is contained in:
@@ -497,8 +497,7 @@ static bool menu_input_callback(InputEvent* event, void* context) {
|
||||
|
||||
static void menu_scroll_timer_callback(void* context) {
|
||||
Menu* menu = context;
|
||||
with_view_model(
|
||||
menu->view, MenuModel * model, { model->scroll_counter++; }, true);
|
||||
with_view_model(menu->view, MenuModel * model, { model->scroll_counter++; }, true);
|
||||
}
|
||||
|
||||
static void menu_enter(void* context) {
|
||||
|
||||
Reference in New Issue
Block a user