Skip to content

Commit

Permalink
Update arm_2d_scene_watch_face_01.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Sep 9, 2024
1 parent 468fcc5 commit baa5d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demos/arm_2d_scene_watch_face_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static void __on_scene_watch_face_01_frame_complete(arm_2d_scene_t *ptScene)

/* switch to next scene after 3s */
if (arm_2d_helper_is_time_out(10000, &this.lTimestamp[0])) {
//arm_2d_scene_player_switch_to_next_scene(ptScene->ptPlayer);
arm_2d_scene_player_switch_to_next_scene(ptScene->ptPlayer);
}
}

Expand Down

0 comments on commit baa5d51

Please sign in to comment.