Skip to content

Commit

Permalink
Fix cap module target
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
p-sam committed Apr 15, 2019
1 parent 096ff7f commit b25b0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clocks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ std::uint32_t Clocks::GetNearestHz(ClockModule module, ClockProfile profile, std

std::uint32_t Clocks::GetMaxAllowedHz(ClockModule module, ClockProfile profile)
{
if(module == ClockModule_CPU)
if(module == ClockModule_GPU)
{
if(profile < ClockProfile_HandheldCharging)
{
Expand Down

0 comments on commit b25b0cc

Please sign in to comment.