Skip to content

Commit

Permalink
Merge pull request #247 from vladislavy/video
Browse files Browse the repository at this point in the history
Disable screen dimmer function if video enabled and vice versa
  • Loading branch information
F-D-R committed Mar 28, 2017
2 parents 24f4cf6 + 52436d8 commit f007917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Expand Up @@ -312,6 +312,7 @@ void VIDEO_Update()
video_standard_in_use = video_standard_current;
VIDEO_SetStandard(video_standard_current);
}
AUTODIMMER_Check();
}
}
#endif //HAS_VIDEO
Expand Down

0 comments on commit f007917

Please sign in to comment.