Skip to content

Commit

Permalink
Merge pull request #3 from ElectronicCats/dev
Browse files Browse the repository at this point in the history
fix: delete unecessary function
  • Loading branch information
sabas1080 authored Aug 19, 2024
2 parents b482c55 + 069348d commit 8602051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Canbus_app/app_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ static App* app_alloc() {
App* app = malloc(sizeof(App));
app->scene_manager = scene_manager_alloc(&app_scene_handlers, app);
app->view_dispatcher = view_dispatcher_alloc();
view_dispatcher_enable_queue(app->view_dispatcher);
view_dispatcher_set_custom_event_callback(app->view_dispatcher,
app_scene_costum_callback);
view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
Expand Down

0 comments on commit 8602051

Please sign in to comment.