Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 11, 2024
1 parent 9f9f020 commit bd432cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion non_catalog_apps/dcf77_clock_sync/dcf77_clock_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int dcf77_clock_sync_app_main(void* p) {
set_dcf77_time(&app_data.dcf_dt, app_data.is_dst);

ViewPort* view_port = view_port_alloc();
FuriMessageQueue* event_queue = furi_messa ge_queue_alloc(8, sizeof(InputEvent));
FuriMessageQueue* event_queue = furi_message_queue_alloc(8, sizeof(InputEvent));

view_port_draw_callback_set(view_port, app_draw_callback, &app_data);
view_port_input_callback_set(view_port, app_input_callback, event_queue);
Expand Down

0 comments on commit bd432cd

Please sign in to comment.