diff --git a/ARM.Arm-2D.pdsc b/ARM.Arm-2D.pdsc index b73bc600..7e816d4f 100644 --- a/ARM.Arm-2D.pdsc +++ b/ARM.Arm-2D.pdsc @@ -347,8 +347,8 @@ - - + + diff --git a/examples/common/scenes/histogram/arm_2d_scene_histogram.c b/examples/common/scenes/histogram/arm_2d_scene_histogram.c index 4f4af807..d5e62fce 100644 --- a/examples/common/scenes/histogram/arm_2d_scene_histogram.c +++ b/examples/common/scenes/histogram/arm_2d_scene_histogram.c @@ -297,7 +297,7 @@ user_scene_histogram_t *__arm_2d_scene_histogram_init( .fnOnFrameCPL = &__on_scene_histogram_frame_complete, .fnDepose = &__on_scene_histogram_depose, - .bUseDirtyRegionHelper = false; + .bUseDirtyRegionHelper = false, }, .bUserAllocated = bUserAllocated, }; diff --git a/examples/common/scenes/watch/arm_2d_scene_watch.c b/examples/common/scenes/watch/arm_2d_scene_watch.c index c865d04e..4f16ad69 100644 --- a/examples/common/scenes/watch/arm_2d_scene_watch.c +++ b/examples/common/scenes/watch/arm_2d_scene_watch.c @@ -437,7 +437,7 @@ user_scene_watch_t *__arm_2d_scene_watch_init( arm_2d_scene_player_t *ptDispAd .tPISliderCFG = { .fProportion = 0.3000f, - .fIntegration = 0.150f, + .fIntegration = 0.30f, .nInterval = 10, }