diff --git a/examples/demos/arm_2d_scene_watch_face_01.c b/examples/demos/arm_2d_scene_watch_face_01.c index a4195eb3..f6843e82 100644 --- a/examples/demos/arm_2d_scene_watch_face_01.c +++ b/examples/demos/arm_2d_scene_watch_face_01.c @@ -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); } }